Make WordPress Core

Changeset 43319


Ignore:
Timestamp:
05/27/2018 08:35:12 AM (6 years ago)
Author:
SergeyBiryukov
Message:

Docs: Fix typo in _walk_bookmarks() DocBlock.

Props abhijitrakas.
Fixes #44242.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/bookmark-template.php

    r42343 r43319  
    2929 *     @type int|bool $show_updated     Whether to show the time the bookmark was last updated.
    3030 *                                      Accepts 1|true or 0|false. Default 0|false.
    31  *     @type int|bool $show_description Whether to show the bookmakr description. Accepts 1|true,
     31 *     @type int|bool $show_description Whether to show the bookmark description. Accepts 1|true,
    3232 *                                      Accepts 1|true or 0|false. Default 0|false.
    3333 *     @type int|bool $show_images      Whether to show the link image if available. Accepts 1|true
Note: See TracChangeset for help on using the changeset viewer.