From 1940ae449fb581bb149e385e81bfdd5c07791a58 Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Tue, 22 Feb 2022 10:59:16 +0000 Subject: [PATCH] Help/About: Revert [52783]. Point releases about page changelog should not be committed to trunk. This changeset reverts [52783]. Unprops audrasjb. git-svn-id: https://develop.svn.wordpress.org/trunk@52784 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/about.php | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index 8df421250e..9b9f0867fc 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -39,37 +39,6 @@ require_once ABSPATH . 'wp-admin/admin-header.php'; -
-
-

-

- Version %1$s addressed %2$s bug.', - 'Version %1$s addressed %2$s bugs.', - 82 - ), - '5.9.1', - number_format_i18n( 82 ) - ); - ?> - the release notes.' ), - sprintf( - /* translators: %s: WordPress version. */ - esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ), - sanitize_title( '5.9.1' ) - ) - ); - ?> -

-
-
-