From a4be4f520f5bd27b6b76787a3c3e90acae8fa563 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Fri, 28 Nov 2014 11:50:22 +0000 Subject: [PATCH] Ensure the private function `_wp_render_title_tag()` is marked for internal usage only. See #30469. Built from https://develop.svn.wordpress.org/trunk@30615 git-svn-id: http://core.svn.wordpress.org/trunk@30605 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/general-template.php | 3 +++ wp-includes/version.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/wp-includes/general-template.php b/wp-includes/general-template.php index 4c393b62ce..41050954f1 100644 --- a/wp-includes/general-template.php +++ b/wp-includes/general-template.php @@ -718,6 +718,9 @@ function get_bloginfo( $show = '', $filter = 'raw' ) { * * @since 4.1.0 * @access private + * @internal + * + * @see wp_title() */ function _wp_render_title_tag() { if ( ! current_theme_supports( 'title-tag' ) ) { diff --git a/wp-includes/version.php b/wp-includes/version.php index 4ad84f3200..8e3b4ebc8d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-beta2-30614'; +$wp_version = '4.1-beta2-30615'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.