From c9942bb3d8a4bd10e137c81c1909a86d8234d939 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 28 Jul 2019 16:52:56 +0000 Subject: [PATCH] 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 --- wp-admin/includes/misc.php | 6 ++++-- wp-includes/version.php | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/wp-admin/includes/misc.php b/wp-admin/includes/misc.php index bbdcd46077..bca83ac73e 100644 --- a/wp-admin/includes/misc.php +++ b/wp-admin/includes/misc.php @@ -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 ); diff --git a/wp-includes/version.php b/wp-includes/version.php index f51d5abde9..0ae58ec65b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @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.