Make WordPress Core


Ignore:
Timestamp:
07/23/2020 12:46:56 AM (4 years ago)
Author:
johnbillion
Message:

Docs: Various corrections to inline docblocks.

See #49572

File:
1 edited

Legend:

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

    r48542 r48573  
    21632163 *
    21642164 * @param bool $initial Optional. Whether to use initial calendar names. Default true.
    2165  * @param bool $display Optional. Whether to display or return the calendar. Default true.
     2165 * @param bool $echo    Optional. Whether to display the calendar output. Default true.
    21662166 * @return void|string Void if `$echo` argument is true, calendar HTML if `$echo` is false.
    21672167 */
Note: See TracChangeset for help on using the changeset viewer.