diff --git a/package-lock.json b/package-lock.json index a5a25c71fd..7d64f8b40f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "4.1.40", + "version": "4.1.41", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -6950,4 +6950,4 @@ } } } -} \ No newline at end of file +} diff --git a/package.json b/package.json index 5f6c97b2e5..ec894fba11 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "4.1.40", + "version": "4.1.41", "description": "WordPress is web software you can use to create a beautiful website or blog.", "repository": { "type": "svn", @@ -52,4 +52,4 @@ "env:pull": "node ./tools/local-env/scripts/docker.js pull", "test:php": "node ./tools/local-env/scripts/docker.js run --rm phpunit phpunit" } -} \ No newline at end of file +} diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index c32cbde566..4b3ebf0132 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -42,7 +42,27 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
+ Version %1$s addressed a security issue.' ), + '4.1.41' + ); + ?> + the release notes.' ), + sprintf( + /* translators: %s: WordPress version */ + esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ), + sanitize_title( '4.1.41' ) + ) + ); + ?> +