Make WordPress Core


Ignore:
Timestamp:
10/10/2020 08:00:30 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Standardise the type name for booleans and integers.

This brings these docs inline with the documentation standards.

Props ravipatel, justinahinon

Fixes #51426

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwenty/inc/template-tags.php

    r48199 r49120  
    2727 *
    2828 * @param array   $args Arguments for displaying the site logo either as an image or text.
    29  * @param boolean $echo Echo or return the HTML.
     29 * @param bool    $echo Echo or return the HTML.
    3030 * @return string Compiled HTML based on our arguments.
    3131 */
     
    8989 * Displays the site description.
    9090 *
    91  * @param boolean $echo Echo or return the html.
     91 * @param bool $echo Echo or return the html.
    9292 * @return string The HTML to display.
    9393 */
Note: See TracChangeset for help on using the changeset viewer.