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
This commit is contained in:
Sergey Biryukov 2020-04-11 15:07:27 +00:00
parent eca3d5a2f3
commit 63ac227863

View File

@ -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.'
),