Make WordPress Core


Ignore:
Timestamp:
04/27/2023 11:13:36 PM (18 months ago)
Author:
johnbillion
Message:

Docs: All sorts of improvements and corrections to function and hook docs.

See #57840

File:
1 edited

Legend:

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

    r55652 r55694  
    3838 * @param string $after   Optional. Markup to append to the title. Default empty.
    3939 * @param bool   $display Optional. Whether to echo or return the title. Default true for echo.
    40  * @return void|string Void if `$display` argument is true, current post title if `$display` is false.
     40 * @return void|string Void if `$display` argument is true or the title is empty,
     41 *                     current post title if `$display` is false.
    4142 */
    4243function the_title( $before = '', $after = '', $display = true ) {
Note: See TracChangeset for help on using the changeset viewer.