Coding Standards: Fix WPCS violations in [45694].
See #47466. Built from https://develop.svn.wordpress.org/trunk@45696 git-svn-id: http://core.svn.wordpress.org/trunk@45507 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e7abdc7040
commit
c9942bb3d8
|
@ -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
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.3-alpha-45695';
|
$wp_version = '5.3-alpha-45696';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue