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.