Changeset 55694 for trunk/src/wp-includes/post-template.php
- Timestamp:
- 04/27/2023 11:13:36 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-template.php
r55652 r55694 38 38 * @param string $after Optional. Markup to append to the title. Default empty. 39 39 * @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. 41 42 */ 42 43 function the_title( $before = '', $after = '', $display = true ) {
Note: See TracChangeset
for help on using the changeset viewer.