#58218 closed defect (bug) (fixed)
Unused local variable $parent_post_type in class-wp-rest-revisions-controller.php
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 6.3 | Priority: | normal |
| Severity: | normal | Version: | 5.5 |
| Component: | REST API | Keywords: | has-patch commit good-first-bug |
| Focuses: | Cc: |
Description (last modified by )
Change History (5)
This ticket was mentioned in PR #4393 on WordPress/wordpress-develop by @Soean.
3 years ago
#1
#2
@
3 years ago
- Keywords commit good-first-bug added
- Milestone changed from Awaiting Review to 6.3
Nice catch @Soean, PR LGTM and approved.
#4
@
3 years ago
- Owner set to SergeyBiryukov
- Resolution set to fixed
- Status changed from new to closed
In 55696:
@SergeyBiryukov commented on PR #4393:
3 years ago
#5
Thanks for the PR! Merged in r55696.
Note: See
TracTickets for help on using
tickets.
Removes unused local variable '$parent_post_type'. The value of the variable is not used anywhere.
Trac ticket: https://core.trac.wordpress.org/ticket/58218