diff --git a/wp-admin/options-reading.php b/wp-admin/options-reading.php index 94ba93501a..39d5645673 100644 --- a/wp-admin/options-reading.php +++ b/wp-admin/options-reading.php @@ -137,10 +137,10 @@ else : -

Warning: these pages should not be the same!' ); ?>

+

Warning: these pages should not be the same!' ); ?>

-

Warning: these pages should not be the same as your Privacy Policy page!' ); ?>

+

Warning: these pages should not be the same as your Privacy Policy page!' ); ?>

diff --git a/wp-includes/version.php b/wp-includes/version.php index 279eef3c10..851be88fe9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.6-alpha-48905'; +$wp_version = '5.6-alpha-48906'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.