Make WordPress Core

Ticket #44242: 44242.diff

File 44242.diff, 886 bytes (added by abhijitrakas, 5 years ago)
  • src/wp-includes/bookmark-template.php

     
    2828 *
    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
    3434 *                                      or 0|false. Default 1|true.