From 63ac227863a0aec030bb1df31ec19a1e57e5e829 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 11 Apr 2020 15:07:27 +0000 Subject: [PATCH] Rewrite Rules: Use double quotes instead of backticks in `.htaccess` instructions about `# BEGIN/END` markers. Previously, the backticks resulted in extra markup being added when posted on support forums. Props mayankmajeji, knutsp. Fixes #49868. git-svn-id: https://develop.svn.wordpress.org/trunk@47571 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/misc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/includes/misc.php b/src/wp-admin/includes/misc.php index ba10e55f0e..628ec7bb7b 100644 --- a/src/wp-admin/includes/misc.php +++ b/src/wp-admin/includes/misc.php @@ -134,7 +134,7 @@ function insert_with_markers( $filename, $marker, $insertion ) { $instructions = sprintf( /* translators: 1: Marker. */ __( - 'The directives (lines) between `BEGIN %1$s` and `END %1$s` are + 'The directives (lines) between "BEGIN %1$s" and "END %1$s" are dynamically generated, and should only be modified via WordPress filters. Any changes to the directives between these markers will be overwritten.' ),