mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-16 19:46:21 +00:00
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:
parent
8e9e942215
commit
447b526379
@ -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.' );
|
||||||
}
|
}
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user