diff --git a/admin/partials/nginx-helper-general-options.php b/admin/partials/nginx-helper-general-options.php index 20ce88a..3f5e368 100644 --- a/admin/partials/nginx-helper-general-options.php +++ b/admin/partials/nginx-helper-general-options.php @@ -567,15 +567,8 @@ ]; } - printf( - '

(%1$s: %2$s %3$s %4$s NGINX_HELPER_LOG constant %5$s %6$s %7$s wp-config.php)

', - esc_html__( 'NOTE', 'nginx-helper' ), - esc_html__( 'To', 'nginx-helper' ), - esc_html( $setting_message_detail['status'] ), - esc_html__( 'the logging feature, you must define', 'nginx-helper' ), - esc_html__( 'as', 'nginx-helper' ), - esc_html( $setting_message_detail['value'] ), - esc_html__( 'in your', 'nginx-helper' ) + printf(esc_html__( + '%1$s(%2$sNOTE:%3$s To %4$s the logging feature, you must define %2$sNGINX_HELPER_LOG%3$s constant as %2$s%5$s%3$s in your %2$swp-config.php%3$s)%6$s', 'nginx-helper'),'

','','',$setting_message_detail['status'],$setting_message_detail['value'],'

' ); } ?> diff --git a/admin/partials/nginx-helper-sidebar-display.php b/admin/partials/nginx-helper-sidebar-display.php index 50021eb..692f100 100644 --- a/admin/partials/nginx-helper-sidebar-display.php +++ b/admin/partials/nginx-helper-sidebar-display.php @@ -33,11 +33,9 @@

%s.', - esc_html__( 'Please use our', 'nginx-helper' ), - esc_url( 'http://rtcamp.com/support/forum/wordpress-nginx/' ), - esc_html__( 'free support forum', 'nginx-helper' ) + printf(esc_html__( + 'Please use our %1$sfree support forum%2$s.', 'nginx-helper' ) + ,'','' ); ?>