Changeset 51298 for trunk/src/wp-includes/general-template.php
- Timestamp:
- 07/01/2021 09:01:17 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r51048 r51298 1291 1291 * @param bool $display Optional. Whether to display or retrieve title. Default true. 1292 1292 * @param string $seplocation Optional. Location of the separator ('left' or 'right'). 1293 * @return string| null String on retrieve, null when displaying.1293 * @return string|void String when `$display` is true, nothing otherwise. 1294 1294 */ 1295 1295 function wp_title( $sep = '»', $display = true, $seplocation = '' ) {
Note: See TracChangeset
for help on using the changeset viewer.