diff --git a/wp-includes/general-template.php b/wp-includes/general-template.php index 0233f4093f..5a22c0a680 100644 --- a/wp-includes/general-template.php +++ b/wp-includes/general-template.php @@ -793,7 +793,10 @@ function has_site_icon( $blog_id = 0 ) { function wp_get_document_title() { /** - * Allows to short-circuit the title generation. + * Filter the document title before it is generated. + * + * Passing a non-empty value will short-circuit wp_get_document_title(), + * returning that value instead. * * @since 4.4.0 * diff --git a/wp-includes/version.php b/wp-includes/version.php index 030d8f72fd..261b352d36 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-35297'; +$wp_version = '4.4-alpha-35298'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.