mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-20 15:21:28 +01:00
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:
parent
7c538033dd
commit
0715dc8a4f
@ -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
|
* @since 4.4.0
|
||||||
*
|
*
|
||||||
* @param string $sep The separator. Default '-'.
|
* @param string $sep Document title separator. Default '-'.
|
||||||
*/
|
*/
|
||||||
$sep = apply_filters( 'document_title_separator', '-' );
|
$sep = apply_filters( 'document_title_separator', '-' );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Filters the parts of the document title.
|
* Filter the parts of the document title.
|
||||||
*
|
*
|
||||||
* @since 4.4.0
|
* @since 4.4.0
|
||||||
*
|
*
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user