Changeset 53300 for trunk/src/wp-includes/general-template.php
- Timestamp:
- 04/28/2022 09:47:19 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/general-template.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r53125 r53300 1316 1316 * @param bool $display Optional. Whether to display or retrieve title. Default true. 1317 1317 * @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. 1319 1319 */ 1320 1320 function wp_title( $sep = '»', $display = true, $seplocation = '' ) { … … 1637 1637 * @param string $prefix Optional. What to display before the title. 1638 1638 * @param bool $display Optional. Whether to display or retrieve title. Default true. 1639 * @return string| voidTitle when retrieving.1639 * @return string|false|void False if there's no valid title for the month. Title when retrieving. 1640 1640 */ 1641 1641 function single_month_title( $prefix = '', $display = true ) {
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)