#57216 closed task (blessed) (fixed)
Add new strings to about.php for use with end-of-life updates.
Reported by: | peterwilsoncc | Owned by: | audrasjb |
---|---|---|---|
Milestone: | 6.2 | Priority: | normal |
Severity: | normal | Version: | |
Component: | I18N | Keywords: | has-patch fixed-major |
Focuses: | Cc: |
Description
When releasing the final version of WordPress on a particular branch, two additional strings would be helpful for inclusion in the changelog.
<?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
.
Change History (35)
This ticket was mentioned in Slack in #polyglots by peterwilsoncc. View the logs.
2 years ago
This ticket was mentioned in PR #3693 on WordPress/wordpress-develop by @audrasjb.
2 years ago
#2
- Keywords has-patch added
#3
@
2 years ago
- Milestone changed from Awaiting Review to 6.2
- Type changed from defect (bug) to task (blessed)
Switching this to a task and putting it on the 6.2 milestone, although the strings will probably end up been backported to all branches receiving security updates.
@peterwilsoncc commented on PR #3693:
2 years ago
#4
@audrasjb I've closed this as the branch was created on https://github.com/WordPress/wordpress-develop and has since been deleted by the mirroring bot.
Are you able to recreate the PR on your own fork?
@audrasjb commented on PR #3693:
2 years ago
#5
Sure, I'm on it right now.
This ticket was mentioned in PR #3704 on WordPress/wordpress-develop by @audrasjb.
2 years ago
#6
This ticket was mentioned in Slack in #core by mukeshpanchal27. View the logs.
22 months ago
#9
@
22 months ago
This ticket was discussed during the recent bug scrub. It looks like it's unlikely that work will be done on this during the 6.2 cycle.
@peterwilsoncc @SergeyBiryukov PR is ready for the review when you get moment.
#10
@
22 months ago
- Owner set to audrasjb
- Status changed from new to accepted
It looks like it's unlikely that work will be done on this during the 6.2 cycle
Why unlikely ready for 6.2?
The work has already been done 🤔
Self assigning for commit
consideration.
#11
@
22 months ago
- Keywords commit added
I've approved JB's linked pull request, marking this as commit ready.
@audrasjb commented on PR #3704:
22 months ago
#13
committed in https://core.trac.wordpress.org/changeset/55350
https://core.trac.wordpress.org/ticket/57216