Docs: Fix up DocBlock syntax for the now-deprecated `wp_title()`.

See #32246.


git-svn-id: https://develop.svn.wordpress.org/trunk@35296 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2015-10-20 17:52:21 +00:00
parent c7a86be42c
commit 2f5c72fea8
1 changed files with 5 additions and 4 deletions

View File

@ -3652,11 +3652,12 @@ function force_ssl_login( $force = null ) {
* important.
*
* @since 1.0.0
* @deprecated 4.4.0
* @deprecated Use add_theme_support( 'title-tag' );
* @deprecated 4.4.0 Use `add_theme_support( 'title-tag' )`
* @see add_theme_support()
*
* @param string $sep Optional, default is '»'. How to separate the various items within the page title.
* @param bool $display Optional, default is true. Whether to display or retrieve title.
* @param string $sep Optional, default is '»'. How to separate the various items
* within the page title.
* @param bool $display Optional, default is true. Whether to display or retrieve title.
* @param string $seplocation Optional. Direction to display title, 'right'.
* @return string|null String on retrieve, null when displaying.
*/