diff --git a/src/wp-includes/general-template.php b/src/wp-includes/general-template.php index 5fd979c124..2aa6c73a20 100644 --- a/src/wp-includes/general-template.php +++ b/src/wp-includes/general-template.php @@ -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 *