Make WordPress Core


Ignore:
Timestamp:
01/03/2021 10:02:13 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Promote many bool types to true or false where only that value is used.

See #51800

File:
1 edited

Legend:

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

    r49693 r49927  
    16461646     * @param bool         $permalink Whether to add permalink to image. Default false.
    16471647     * @param bool         $icon      Whether to include an icon.
    1648      * @param string|bool $text      If string, will be link text.
     1648     * @param string|false $text      If string, will be link text.
    16491649     * @param array|string $attr      Array or string of attributes.
    16501650     */
Note: See TracChangeset for help on using the changeset viewer.