Docs: Fix up DocBlock syntax for the now-deprecated `wp_title()`.
See #32246. Built from https://develop.svn.wordpress.org/trunk@35296 git-svn-id: http://core.svn.wordpress.org/trunk@35262 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
788cb75879
commit
08f3a3b226
|
@ -3652,10 +3652,11 @@ 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 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.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.4-alpha-35295';
|
||||
$wp_version = '4.4-alpha-35296';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue