From e283270dbe15b3f72ddce258a0bbad2b0651257b Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Thu, 26 Mar 2015 19:09:27 +0000 Subject: [PATCH] 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 --- wp-includes/script-loader.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/script-loader.php b/wp-includes/script-loader.php index e41776ae25..0d2a8505aa 100644 --- a/wp-includes/script-loader.php +++ b/wp-includes/script-loader.php @@ -524,7 +524,7 @@ function wp_default_scripts( &$scripts ) { 'l10n' => array( 'updating' => __( 'Updating...' ), 'updated' => __( 'Updated!' ), - 'updateFailed' => __( 'Update failed' ), + 'updateFailed' => __( 'Update failed.' ), 'updatingMsg' => __( 'Updating... please wait.' ), 'updatedMsg' => __( 'Update completed successfully.' ), ) diff --git a/wp-includes/version.php b/wp-includes/version.php index ec2df34dd5..7cb2de2287 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @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.