Make WordPress Core

Opened 6 years ago

Closed 6 years ago

#52349 closed defect (bug) (fixed)

Docs: typo in `WP_Links_List_Table` function’s docblock

Reported by: audrasjb Owned by: SergeyBiryukov
Priority: normal Milestone: 5.7
Component: General Version:
Severity: trivial Keywords: has-patch commit
Cc: Focuses: docs

Description

There's a small typo in WP_Links_List_Table function’s docblock:

 * @see WP_List_Tsble

Should be replaced with:

 * @see WP_List_Table

Attachments (1)

52349.diff (434 bytes ) - added by audrasjb 6 years ago.

Download all attachments as: .zip

Change History (4)

@audrasjb
6 years ago

#1 @audrasjb
6 years ago

  • Keywords has-patch added; needs-patch removed

#2 @mukesh27
6 years ago

  • Focuses docs added
  • Keywords commit added

Looks good to me! Marking for commit.

#3 @SergeyBiryukov
6 years ago

  • Owner set to SergeyBiryukov
  • Resolutionfixed
  • Status newclosed

In 50002:

Docs: Fix typo in WP_Links_List_Table DocBlock.

Props audrasjb.
Fixes #52349.

Note: See TracTickets for help on using tickets.