Make WordPress Core

Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#44242 closed defect (bug) (fixed)

Typo in function doc

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

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 7 years ago.

Download all attachments as: .zip

Change History (4)

@abhijitrakas
7 years ago

#1 @SergeyBiryukov
7 years ago

  • Milestone changed from Awaiting Review to 5.0

#2 @SergeyBiryukov
7 years ago

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

In 43319:

Docs: Fix typo in _walk_bookmarks() DocBlock.

Props abhijitrakas.
Fixes #44242.

#3 @johnbillion
7 years ago

  • Milestone changed from 5.0 to 5.1
Note: See TracTickets for help on using tickets.