mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-02 05:31:25 +01:00
End "Update failed" with a full stop.
see #29820. Built from https://develop.svn.wordpress.org/trunk@31904 git-svn-id: http://core.svn.wordpress.org/trunk@31883 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
fa8ac2fa8c
commit
e283270dbe
@ -524,7 +524,7 @@ function wp_default_scripts( &$scripts ) {
|
|||||||
'l10n' => array(
|
'l10n' => array(
|
||||||
'updating' => __( 'Updating...' ),
|
'updating' => __( 'Updating...' ),
|
||||||
'updated' => __( 'Updated!' ),
|
'updated' => __( 'Updated!' ),
|
||||||
'updateFailed' => __( 'Update failed' ),
|
'updateFailed' => __( 'Update failed.' ),
|
||||||
'updatingMsg' => __( 'Updating... please wait.' ),
|
'updatingMsg' => __( 'Updating... please wait.' ),
|
||||||
'updatedMsg' => __( 'Update completed successfully.' ),
|
'updatedMsg' => __( 'Update completed successfully.' ),
|
||||||
)
|
)
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.2-beta3-31903';
|
$wp_version = '4.2-beta3-31904';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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…
Reference in New Issue
Block a user