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:
parent
f793983deb
commit
4eabbd6949
@ -126,9 +126,11 @@ function insert_with_markers( $filename, $marker, $insertion ) {
|
|||||||
|
|
||||||
$instructions = sprintf(
|
$instructions = sprintf(
|
||||||
/* translators: 1: marker */
|
/* 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.
|
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
|
$marker
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user