Changeset 35296 for trunk/src/wp-includes/deprecated.php
- Timestamp:
- 10/20/2015 05:52:21 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/deprecated.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/deprecated.php
r35294 r35296 3653 3653 * 3654 3654 * @since 1.0.0 3655 * @deprecated 4.4.0 3656 * @deprecated Use add_theme_support( 'title-tag' ); 3657 * 3658 * @param string $sep Optional, default is '»'. How to separate the various items within the page title. 3659 * @param bool $display Optional, default is true. Whether to display or retrieve title. 3655 * @deprecated 4.4.0 Use `add_theme_support( 'title-tag' )` 3656 * @see add_theme_support() 3657 * 3658 * @param string $sep Optional, default is '»'. How to separate the various items 3659 * within the page title. 3660 * @param bool $display Optional, default is true. Whether to display or retrieve title. 3660 3661 * @param string $seplocation Optional. Direction to display title, 'right'. 3661 3662 * @return string|null String on retrieve, null when displaying.
Note: See TracChangeset
for help on using the changeset viewer.