summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorPeter Wilson <peterwilsoncc@git.wordpress.org>2023-02-21 03:16:41 +0000
committerPeter Wilson <peterwilsoncc@git.wordpress.org>2023-02-21 03:16:41 +0000
commit8da40037e198ec6486bc4436783f13e2921a4191 (patch)
tree97e8a60593bf2595f05d2f2a6effefafc142b599
parentda99c6781d113a27c9e308507dcfa7a291e3c159 (diff)
downloadwordpress-8da40037e198ec6486bc4436783f13e2921a4191.tar.gz
wordpress-8da40037e198ec6486bc4436783f13e2921a4191.zip
I18N: Add new strings to `about.php` for use with end-of-life updates.
This changeset adds two additional translation strings in the changelog file, for use when releasing the final version of WordPress on a particular branch. Props peterwilsoncc, audrasjb, mukesh27. Merges [55350] to the 4.1 branch. Fixes #57216. git-svn-id: https://develop.svn.wordpress.org/branches/4.1@55391 602fd350-edb4-49c9-b593-d223f7449a82
-rw-r--r--src/wp-admin/about.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php
index 552ae56bbf..8ad181f2b8 100644
--- a/src/wp-admin/about.php
+++ b/src/wp-admin/about.php
@@ -557,3 +557,9 @@ __( 'Important! Your version of WordPress (%1$s) is no longer supported, you wil
/* translators: 1: WordPress version number, 2: Link to update WordPress */
__( 'Important! Your version of WordPress (%1$s) will stop receiving security updates in the near future. To keep your site secure, please <a href="%2$s">update to the latest version of WordPress</a>.' );
+
+/* translators: %s: The major version of WordPress for this branch. */
+__( 'This is the final release of WordPress %s' );
+
+/* translators: The localized WordPress download URL. */
+__( 'https://wordpress.org/download/' );