diff --git a/package-lock.json b/package-lock.json index 5953b3101bbb5..57948b155aeca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "4.3.33", + "version": "4.3.34", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -8174,4 +8174,4 @@ } } } -} \ No newline at end of file +} diff --git a/package.json b/package.json index f839b20636d00..e0bead512f898 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "4.3.33", + "version": "4.3.34", "description": "WordPress is web software you can use to create a beautiful website or blog.", "repository": { "type": "svn", @@ -63,4 +63,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 76861885ecd64..35b4df5c3d290 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -109,6 +109,27 @@

+

+ Version %1$s addressed a security issue.' ), + '4.3.34' + ); + ?> + the release notes.' ), + sprintf( + /* translators: %s: WordPress version */ + esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ), + sanitize_title( '4.3.34' ) + ) + ); + ?> +

+