Make WordPress Core

Changeset 55383


Ignore:
Timestamp:
02/21/2023 03:04:01 AM (2 years ago)
Author:
peterwilsoncc
Message:

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.9 branch.
Fixes #57216.

Location:
branches/4.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.9

  • branches/4.9/src/wp-admin/about.php

    r54595 r55383  
    791791/* translators: 1: WordPress version number, 2: Link to update WordPress */
    792792__( '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>.' );
     793
     794/* translators: %s: The major version of WordPress for this branch. */
     795__( 'This is the final release of WordPress %s' );
     796
     797/* translators: The localized WordPress download URL. */
     798__( 'https://wordpress.org/download/' );
Note: See TracChangeset for help on using the changeset viewer.