Make WordPress Core

Changeset 47571


Ignore:
Timestamp:
04/11/2020 03:07:27 PM (5 years ago)
Author:
SergeyBiryukov
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/misc.php

    r47550 r47571  
    135135        /* translators: 1: Marker. */
    136136        __(
    137             'The directives (lines) between `BEGIN %1$s` and `END %1$s` are
     137            'The directives (lines) between "BEGIN %1$s" and "END %1$s" are
    138138dynamically generated, and should only be modified via WordPress filters.
    139139Any changes to the directives between these markers will be overwritten.'
Note: See TracChangeset for help on using the changeset viewer.