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. git-svn-id: https://develop.svn.wordpress.org/trunk@35301 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
b11b651d24
commit
1871d57dc5
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue