diff --git a/wp-includes/general-template.php b/wp-includes/general-template.php index f199000b5c..b4aa26e2e4 100644 --- a/wp-includes/general-template.php +++ b/wp-includes/general-template.php @@ -1299,7 +1299,6 @@ function wp_get_document_title() { /** * Displays title tag with content. * - * @ignore * @since 4.1.0 * @since 4.4.0 Improved title output replaced `wp_title()`. * @access private diff --git a/wp-includes/version.php b/wp-includes/version.php index 3564ae8c90..ea964e6761 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.7-alpha-59009'; +$wp_version = '6.7-alpha-59010'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.