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
This commit is contained in:
Drew Jaynes 2014-11-28 11:50:22 +00:00
parent a1f244d454
commit a4be4f520f
2 changed files with 4 additions and 1 deletions

View File

@ -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' ) ) {

View File

@ -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.