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:
parent
0548043076
commit
19bdc1e3f9
@ -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.' );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user