From 985e04597a9f1ddc4a3b406d0fb33722e097ee8b Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Fri, 27 Feb 2015 23:43:08 -0800 Subject: [PATCH] WordPress 4.1.1 Signed-off-by: Edward Z. Yang --- license.txt | 2 +- readme.html | 2 +- wp-admin/about.php | 8 +++ wp-admin/async-upload.php | 4 +- wp-admin/includes/ajax-actions.php | 56 ++++++++++++++---- wp-admin/includes/taxonomy.php | 11 ++-- wp-admin/includes/update-core.php | 1 + wp-admin/js/common.js | 9 +-- wp-admin/js/common.min.js | 2 +- wp-admin/js/customize-controls.js | 4 +- wp-admin/js/customize-controls.min.js | 2 +- wp-admin/update-core.php | 2 +- wp-admin/user-edit.php | 6 +- wp-includes/class-wp-customize-control.php | 6 +- wp-includes/class-wp-customize-manager.php | 55 ++++++++++++----- wp-includes/class-wp-customize-setting.php | 27 ++++++++- wp-includes/date.php | 48 +++++++++------ wp-includes/general-template.php | 50 ++++++++++++---- wp-includes/js/media-audiovideo.js | 2 +- wp-includes/js/media-audiovideo.min.js | 2 +- wp-includes/js/media-grid.js | 4 +- wp-includes/js/media-grid.min.js | 2 +- .../js/tinymce/plugins/wpeditimage/plugin.js | 6 +- .../tinymce/plugins/wpeditimage/plugin.min.js | 2 +- wp-includes/js/tinymce/wp-tinymce.js.gz | Bin 136197 -> 136227 bytes wp-includes/link-template.php | 4 +- wp-includes/script-loader.php | 4 +- wp-includes/taxonomy.php | 7 ++- wp-includes/update.php | 2 - wp-includes/version.php | 4 +- 30 files changed, 232 insertions(+), 102 deletions(-) diff --git a/license.txt b/license.txt index 93c38814..c21e12bc 100644 --- a/license.txt +++ b/license.txt @@ -1,6 +1,6 @@ WordPress - Web publishing software -Copyright 2014 by the contributors +Copyright 2015 by the contributors This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/readme.html b/readme.html index 92405677..164a5423 100644 --- a/readme.html +++ b/readme.html @@ -9,7 +9,7 @@

WordPress -
Version 4.1 +
Version 4.1.1

Semantic Personal Publishing Platform

diff --git a/wp-admin/about.php b/wp-admin/about.php index 519a7963..c8512135 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -41,6 +41,14 @@ include( ABSPATH . 'wp-admin/admin-header.php' ); +
+

+

Version %1$s addressed %2$s bug.', + 'Version %1$s addressed %2$s bugs.', 21 ), '4.1.1', number_format_i18n( 21 ) ); ?> + the release notes.' ), 'http://codex.wordpress.org/Version_4.1.1' ); ?> +

+
+