Docs: Adjust syntax in the hook doc summaries for the document_title_separator and document_title_parts filters, introduced in [35294].

See #31078. See #32246.

Built from https://develop.svn.wordpress.org/trunk@35301


git-svn-id: http://core.svn.wordpress.org/trunk@35267 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2015-10-20 18:37:54 +00:00
parent 7c538033dd
commit 0715dc8a4f
2 changed files with 4 additions and 4 deletions

View File

@ -873,16 +873,16 @@ function wp_get_document_title() {
}
/**
* Filters the separator for the document title.
* Filter the separator for the document title.
*
* @since 4.4.0
*
* @param string $sep The separator. Default '-'.
* @param string $sep Document title separator. Default '-'.
*/
$sep = apply_filters( 'document_title_separator', '-' );
/**
* Filters the parts of the document title.
* Filter the parts of the document title.
*
* @since 4.4.0
*

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-alpha-35300';
$wp_version = '4.4-alpha-35301';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.