Make WordPress Core

Opened 22 months ago

Closed 22 months ago

Last modified 22 months ago

#58204 closed defect (bug) (fixed)

Fix typo in class comment: WP_REST_Block_Pattern_Categories_Controller

Reported by: soean's profile Soean Owned by: audrasjb's profile audrasjb
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

The class comment of the WP_REST_Block_Pattern_Categories_Controller has a typo.

Trac ticket: https://core.trac.wordpress.org/ticket/58204

#2 @audrasjb
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.

#3 @audrasjb
22 months ago

  • Focuses docs added

#4 @audrasjb
22 months ago

  • Component changed from General to REST API

#5 @audrasjb
22 months ago

  • Resolution set to fixed
  • Status changed from accepted to closed

In 55692:

Docs: Typo fix in WP_REST_Block_Pattern_Categories_Controller docblock.

Props Soean.
Fixes #58204.

Note: See TracTickets for help on using tickets.