From 3c03500cead0c6fe68c0dfad5c532c24faf69702 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 11 Sep 2024 13:27:12 +0000 Subject: [PATCH] Docs: Remove the `@ignore` tag for `_wp_render_title_tag()`. The function is referenced in the `_block_template_render_title_tag()` DocBlock, and should therefore be included in the documentation. Follow-up to [30074], [30615], [31170], [35294], [51003]. Props poena. See #61608. Built from https://develop.svn.wordpress.org/trunk@59010 git-svn-id: http://core.svn.wordpress.org/trunk@58406 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/general-template.php | 1 - wp-includes/version.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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.