Make WordPress Core

Changeset 45696


Ignore:
Timestamp:
07/28/2019 04:51:26 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Coding Standards: Fix WPCS violations in [45694].

See #47466.

File:
1 edited

Legend:

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

    r45695 r45696  
    127127    $instructions = sprintf(
    128128        /* translators: 1: marker */
    129         __( 'The directives (lines) between `BEGIN %1$s` and `END %1$s` are
     129        __(
     130            'The directives (lines) between `BEGIN %1$s` and `END %1$s` are
    130131dynamically generated, and should only be modified via WordPress filters.
    131 Any changes to the directives between these markers will be overwritten.' ),
     132Any changes to the directives between these markers will be overwritten.'
     133        ),
    132134        $marker
    133135    );
Note: See TracChangeset for help on using the changeset viewer.