Changeset 45406
- Timestamp:
- 05/24/2019 10:58:44 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r45398 r45406 1179 1179 * within the page title. 1180 1180 * @param bool $display Optional, default is true. Whether to display or retrieve title. 1181 * @param string $seplocation Optional. Direction to display title, 'right'.1181 * @param string $seplocation Optional. Location of the separator ('left' or 'right'). 1182 1182 * @return string|null String on retrieve, null when displaying. 1183 1183 */ … … 1295 1295 * @since 2.0.0 1296 1296 * 1297 * @param string $title Page title.1298 * @param string $sep Title separator.1299 * @param string $seplocation Location of the separator ( left or right).1297 * @param string $title Page title. 1298 * @param string $sep Title separator. 1299 * @param string $seplocation Location of the separator ('left' or 'right'). 1300 1300 */ 1301 1301 $title = apply_filters( 'wp_title', $title, $sep, $seplocation );
Note: See TracChangeset
for help on using the changeset viewer.