Privacy: Remove extraneous colon from settings screen.

Props vinita29, garrett-eclipse.
Fixes #50414.


git-svn-id: https://develop.svn.wordpress.org/trunk@48965 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Helen Hou-Sandi 2020-09-09 19:41:07 +00:00
parent 0548043076
commit 19bdc1e3f9
1 changed files with 1 additions and 1 deletions

View File

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