#56225 closed defect (bug) (fixed)
`@since 6.1.0` appearing in 6.0.1
| Reported by: | johnbillion | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.0.2 |
| Component: | General | Version: | 6.1 |
| Severity: | minor | Keywords: | needs-docs good-first-bug has-patch |
| Cc: | Focuses: | docs |
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!
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Thanks for catching this!