Make WordPress Core

Opened 8 years ago

Closed 8 years ago

#38458 closed defect (bug) (fixed)

2 small typos in wp-api.js comments: "valied" -> "valid"

Reported by: zuige's profile Zuige Owned by: johnbillion's profile johnbillion
Milestone: 4.7 Priority: normal
Severity: normal Version: 4.7
Component: REST API Keywords: has-patch
Focuses: javascript, docs Cc:

Description

Another one of these.

Valied should be valid here.

./wp-includes/js/wp-api.js:				// Verify that we have a valied object id.
./wp-includes/js/wp-api.js:				// Verify that we have a valied post id.

Attachments (1)

38458.diff (1.2 KB) - added by Zuige 8 years ago.

Download all attachments as: .zip

Change History (5)

@Zuige
8 years ago

#1 @johnbillion
8 years ago

  • Owner set to johnbillion
  • Resolution set to fixed
  • Status changed from new to closed

In 38878:

REST API: Correct a documentation typo.

Props Zuige
Fixes #38458

#2 @swissspidy
8 years ago

  • Component changed from General to REST API
  • Focuses javascript docs added
  • Keywords has-patch added
  • Milestone changed from Awaiting Review to 4.7

#3 @johnbillion
8 years ago

  • Resolution fixed deleted
  • Status changed from closed to reopened

#4 @johnbillion
8 years ago

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

In 38879:

REST API: Correct a documentation typo.

Props Zuige
Fixes #38458
See #38456

Note: See TracTickets for help on using tickets.