Make WordPress Core

Ticket #37732: 37732.diff

File 37732.diff, 671 bytes (added by ixkaito, 7 years ago)
  • src/wp-includes/post-template.php

     
    3636 *
    3737 * @param string $before Optional. Content to prepend to the title.
    3838 * @param string $after  Optional. Content to append to the title.
    39  * @param bool   $echo   Optional, default to true.Whether to display or return.
     39 * @param bool   $echo   Optional, default to true. Whether to display or return.
    4040 * @return string|void String if $echo parameter is false.
    4141 */
    4242function the_title( $before = '', $after = '', $echo = true ) {