Make WordPress Core


Ignore:
Timestamp:
04/28/2022 09:47:19 AM (4 years ago)
Author:
johnbillion
Message:

Docs: Various docblock corrections.

See #54729

File:
1 edited

Legend:

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

    r53125 r53300  
    13161316 * @param bool   $display     Optional. Whether to display or retrieve title. Default true.
    13171317 * @param string $seplocation Optional. Location of the separator ('left' or 'right').
    1318  * @return string|void String when `$display` is true, nothing otherwise.
     1318 * @return string|void String when `$display` is false, nothing otherwise.
    13191319 */
    13201320function wp_title( $sep = '»', $display = true, $seplocation = '' ) {
     
    16371637 * @param string $prefix  Optional. What to display before the title.
    16381638 * @param bool   $display Optional. Whether to display or retrieve title. Default true.
    1639  * @return string|void Title when retrieving.
     1639 * @return string|false|void False if there's no valid title for the month. Title when retrieving.
    16401640 */
    16411641function single_month_title( $prefix = '', $display = true ) {
Note: See TracChangeset for help on using the changeset viewer.