#58204 closed defect (bug) (fixed)
Fix typo in class comment: WP_REST_Block_Pattern_Categories_Controller
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 6.3 | Priority: | normal |
Severity: | trivial | Version: | 6.0 |
Component: | REST API | Keywords: | has-patch commit |
Focuses: | docs | Cc: |
Description
The class comment of the WP_REST_Block_Pattern_Categories_Controller
has a typo
<?php /* * -REST API: WP_REST_Block_Pattern_Catergories_Controller class * +REST API: WP_REST_Block_Pattern_Categories_Controller class */
Change History (6)
This ticket was mentioned in PR #4385 on WordPress/wordpress-develop by @Soean.
22 months ago
#1
#2
@
22 months ago
- Keywords commit added
- Milestone changed from Awaiting Review to 6.3
- Owner set to audrasjb
- Status changed from new to accepted
- Version changed from trunk to 6.0
Thanks!
Introduced in 6.0.
@audrasjb commented on PR #4385:
22 months ago
#6
committed in https://core.trac.wordpress.org/changeset/55692
Note: See
TracTickets for help on using
tickets.
The class comment of the
WP_REST_Block_Pattern_Categories_Controller
has a typo.Trac ticket: https://core.trac.wordpress.org/ticket/58204