[wp-trac] [WordPress Trac] #57216: Add new strings to about.php for use with end-of-life updates.
WordPress Trac
noreply at wordpress.org
Mon Nov 28 02:11:51 UTC 2022
#57216: Add new strings to about.php for use with end-of-life updates.
---------------------------+-----------------------------
Reporter: peterwilsoncc | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: I18N | Version:
Severity: normal | Keywords:
Focuses: |
---------------------------+-----------------------------
When releasing the final version of WordPress on a particular branch, two
additional strings would be helpful for inclusion in the changelog.
{{{#!php
<?php
// translators: 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/' );
}}}
These could be helpful to be added outside of execution in the footer of
`src/wp-admin/about.php`.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/57216>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list