Coding Standards: Fix WPCS violations in [45694].

See #47466.

git-svn-id: https://develop.svn.wordpress.org/trunk@45696 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2019-07-28 16:51:26 +00:00
parent f793983deb
commit 4eabbd6949

View File

@ -126,9 +126,11 @@ 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.' ),
Any changes to the directives between these markers will be overwritten.'
),
$marker
);