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:
Drew Jaynes
2015-10-20 17:53:24 +00:00
parent 788cb75879
commit 08f3a3b226
2 changed files with 6 additions and 5 deletions

View File

@@ -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.