Ticket #37732: 37732.diff
File 37732.diff, 671 bytes (added by , 7 years ago) |
---|
-
src/wp-includes/post-template.php
36 36 * 37 37 * @param string $before Optional. Content to prepend to the title. 38 38 * @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. 40 40 * @return string|void String if $echo parameter is false. 41 41 */ 42 42 function the_title( $before = '', $after = '', $echo = true ) {