Make WordPress Core

Ticket #49868: 49868.diff

File 49868.diff, 592 bytes (added by mayankmajeji, 3 years ago)

Backticks replaced by regular quotes

  • src/wp-admin/includes/misc.php

     
    134134        $instructions = sprintf(
    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.'
    140140                ),