#56225 closed defect (bug) (fixed)
`@since 6.1.0` appearing in 6.0.1
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 6.0.2 | Priority: | normal |
| Severity: | minor | Version: | 6.1 |
| Component: | General | Keywords: | needs-docs good-first-bug has-patch |
| Focuses: | docs | Cc: |
Description
Two backports went into 6.0.1 but the @since tags show 6.1.0. These should be changed to 6.0.1 in trunk and backported to 6.0.2 if it happens.
Change History (9)
This ticket was mentioned in PR #2981 on WordPress/wordpress-develop by tommusrhodus.
4 years ago
#3
- Keywords has-patch added; needs-patch removed
- Updated
@sincevalue for register_initial_settings() - Updated
@sincevalue for create_initial_theme_features()
Trac ticket: https://core.trac.wordpress.org/ticket/56225
#4
follow-up:
↓ 5
@
4 years ago
Added a patch to address this, also checked for any other 6.X.X values which may be incorrect, none found.
#5
in reply to:
↑ 4
@
4 years ago
Replying to tommusrhodus:
Added a patch to address this, also checked for any other
6.X.Xvalues which may be incorrect, none found.
Looks great, thank you!
#6
@
4 years ago
- Owner set to SergeyBiryukov
- Resolution set to fixed
- Status changed from new to closed
In 53704:
SergeyBiryukov commented on PR #2981:
4 years ago
#8
This ticket was mentioned in Slack in #core by costdev. View the logs.
3 years ago
Note: See
TracTickets for help on using
tickets.
Thanks for catching this!