Privacy: Remove extraneous colon from settings screen.

Props vinita29, garrett-eclipse.
Fixes #50414.

Built from https://develop.svn.wordpress.org/trunk@48965


git-svn-id: http://core.svn.wordpress.org/trunk@48727 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Helen Hou-Sandí 2020-09-09 19:43:08 +00:00
parent 8e9e942215
commit 447b526379
2 changed files with 2 additions and 2 deletions

View File

@ -234,7 +234,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
<span>
<?php
if ( $has_pages ) {
_e( 'Or:' );
_e( 'Or' );
} else {
_e( 'There are no pages.' );
}

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.6-alpha-48964';
$wp_version = '5.6-alpha-48965';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.