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.