mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
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:
@@ -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.' );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user