I18N: Add missing periods to two strings in `wp-admin/network/sites.php`
Props ramiy. Fixes #35720. Built from https://develop.svn.wordpress.org/trunk@36664 git-svn-id: http://core.svn.wordpress.org/trunk@36631 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
95bd9f37ca
commit
f606d335f8
|
@ -59,8 +59,8 @@ if ( isset( $_GET['action'] ) ) {
|
|||
|
||||
// A list of valid actions and their associated messaging for confirmation output.
|
||||
$manage_actions = array(
|
||||
'activateblog' => __( 'You are about to activate the site %s' ),
|
||||
'deactivateblog' => __( 'You are about to deactivate the site %s' ),
|
||||
'activateblog' => __( 'You are about to activate the site %s.' ),
|
||||
'deactivateblog' => __( 'You are about to deactivate the site %s.' ),
|
||||
'unarchiveblog' => __( 'You are about to unarchive the site %s.' ),
|
||||
'archiveblog' => __( 'You are about to archive the site %s.' ),
|
||||
'unspamblog' => __( 'You are about to unspam the site %s.' ),
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.5-alpha-36663';
|
||||
$wp_version = '4.5-alpha-36664';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue