Make WordPress Core

Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#54823 closed defect (bug) (fixed)

Typo in `/rest-api/class-wp-rest-response.php`

Reported by: kebbet's profile kebbet Owned by: audrasjb's profile audrasjb
Milestone: 6.0 Priority: normal
Severity: trivial Version: 4.4
Component: REST API Keywords: has-patch commit
Focuses: docs Cc:

Description

Here's another typo-ticket :)

Currently there's a typo in docblocks in the file class-wp-rest-response.php
assocative should be associative on L147.

Change History (7)

This ticket was mentioned in PR #2167 on WordPress/wordpress-develop by kebbet.


3 years ago
#1

  • Keywords has-patch added; needs-patch removed

#2 @kebbet
3 years ago

  • Keywords needs-patch added; has-patch removed

#3 @kebbet
3 years ago

  • Keywords has-patch added; needs-patch removed

#4 @SergeyBiryukov
3 years ago

  • Milestone changed from Awaiting Review to 6.0

#5 @audrasjb
3 years ago

  • Keywords commit added
  • Owner set to audrasjb
  • Status changed from new to assigned

Thanks, let's commit this one as well :)

(also, thank you for mentioning the original changeset)

#6 @audrasjb
3 years ago

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

In 52578:

Docs: Typo correction in WP_REST_Response class docblocks.

Follow-up to [34928].

Props kebbet.
Fixes #54823.

Note: See TracTickets for help on using tickets.