From 3aa108639d96bd7ad3de63a4a8032c347ba5b6a0 Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Wed, 6 May 2015 22:18:23 +0000 Subject: [PATCH] 4.1.5 version bumps. Built from https://develop.svn.wordpress.org/branches/4.1@32425 git-svn-id: http://core.svn.wordpress.org/branches/4.1@32395 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- readme.html | 2 +- wp-admin/about.php | 13 ++++++++----- wp-includes/version.php | 2 +- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/readme.html b/readme.html index 0d2eac701b..e57da561c2 100644 --- a/readme.html +++ b/readme.html @@ -9,7 +9,7 @@

WordPress -
Version 4.1.4 +
Version 4.1.5

Semantic Personal Publishing Platform

diff --git a/wp-admin/about.php b/wp-admin/about.php index 04dc411c49..345ee413ad 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -42,22 +42,25 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
-

+

+

Version %1$s addressed some security issues and fixed %2$s bug.', + 'Version %1$s addressed some security issues and fixed %2$s bugs.', 3 ), '4.1.5', number_format_i18n( 3 ) ); ?> + the release notes.' ), 'https://codex.wordpress.org/Version_4.1.5' ); ?>

Version %1$s addressed a security issue.', 'Version %1$s addressed some security issues.', 1 ), '4.1.4' ); ?> - the release notes.' ), 'http://codex.wordpress.org/Version_4.1.4' ); ?> + the release notes.' ), 'https://codex.wordpress.org/Version_4.1.4' ); ?>

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

Version %1$s addressed a security issue.', 'Version %1$s addressed some security issues.', 8 ), '4.1.2' ); ?> - the release notes.' ), 'http://codex.wordpress.org/Version_4.1.2' ); ?> + the release notes.' ), 'https://codex.wordpress.org/Version_4.1.2' ); ?>

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' ); ?> + the release notes.' ), 'https://codex.wordpress.org/Version_4.1.1' ); ?>

diff --git a/wp-includes/version.php b/wp-includes/version.php index b7c0c1caa7..2cc52bdcf3 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1.4'; +$wp_version = '4.1.5'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.