Make WordPress Core

Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#44242 closed defect (bug) (fixed)

Typo in function doc

Reported by: abhijitrakas Owned by: SergeyBiryukov
Priority: normal Milestone: 5.1
Component: General Version:
Severity: normal Keywords: has-patch
Cc: Focuses: docs

Description

In wp-includes/bookmark-template.php file, function _walk_bookmarks parameters $args description, "bookmakr" should be "bookmark".

- @type int|bool $show_description Whether to show the bookmakr description. Accepts 1|true
+ @type int|bool $show_description Whether to show the bookmark description. Accepts 1|true

Attachments (1)

44242.diff (886 bytes ) - added by abhijitrakas 8 years ago.

Download all attachments as: .zip

Change History (4)

@abhijitrakas
8 years ago

#1 @SergeyBiryukov
8 years ago

  • Milestone Awaiting Review5.0

#2 @SergeyBiryukov
8 years ago

  • Owner set to SergeyBiryukov
  • Resolutionfixed
  • Status newclosed

In 43319:

Docs: Fix typo in _walk_bookmarks() DocBlock.

Props abhijitrakas.
Fixes #44242.

#3 @johnbillion
8 years ago

  • Milestone 5.05.1
Note: See TracTickets for help on using tickets.