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