Opened 7 months ago
Closed 6 months ago
#60827 closed defect (bug) (fixed)
Patterns menu item, put back the context parameter.
Reported by: | kebbet | Owned by: | audrasjb |
---|---|---|---|
Milestone: | 6.5.3 | Priority: | normal |
Severity: | normal | Version: | 6.5 |
Component: | I18N | Keywords: | good-first-bug has-patch fixed-major i18n-change dev-reviewed |
Focuses: | Cc: |
Description
This is a follow up for the next minor release, 6.5.1 and the previous ticket #60825
The commit message by @audrasjb in [57864] stated: A follow-up changeset will be needed to replace the current __() function with _x() and put back the context parameter.
This is what should replace the call to __()
:
_x( 'Patterns', 'site editor menu item' )
Change History (18)
#2
@
7 months ago
- Component changed from Administration to I18N
- Status changed from assigned to accepted
This ticket was mentioned in PR #6326 on WordPress/wordpress-develop by @narenin.
7 months ago
#4
- Keywords has-patch added
This ticket was mentioned in PR #6327 on WordPress/wordpress-develop by @nestea29950.
7 months ago
#5
#6
@
7 months ago
- Keywords commit added
Thanks for the PR @narenin and @nestea29950. Approving PR6327 for commit
.
@audrasjb commented on PR #6326:
7 months ago
#7
Closing in favor of PR#6327
@audrasjb commented on PR #6327:
7 months ago
#9
committed in https://core.trac.wordpress.org/changeset/57887
#10
@
7 months ago
- Keywords fixed-major i18n-change added; commit removed
- Resolution fixed deleted
- Status changed from closed to reopened
Reopening for 6.5.1 backport consideration.
Related: #60825