From 3356e521d22d6c3d162c18a46899ae94c5ddc104 Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Mon, 24 Jun 2024 16:36:23 +0000 Subject: [PATCH] WordPress 4.4.33. git-svn-id: https://develop.svn.wordpress.org/branches/4.4@58524 602fd350-edb4-49c9-b593-d223f7449a82 --- package-lock.json | 4 ++-- package.json | 4 ++-- src/wp-admin/about.php | 21 +++++++++++++++++++++ src/wp-includes/version.php | 2 +- 4 files changed, 26 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 56192af839..1753d07c8d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "4.4.32", + "version": "4.4.33", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -8174,4 +8174,4 @@ } } } -} \ No newline at end of file +} diff --git a/package.json b/package.json index eb5063fe17..752b94f71c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "4.4.32", + "version": "4.4.33", "description": "WordPress is web software you can use to create a beautiful website or blog.", "repository": { "type": "svn", @@ -64,4 +64,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 c3b467e06e..e41eab24f4 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -50,6 +50,27 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

+

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

+