mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Ensure the private function _wp_render_title_tag() is marked for internal usage only.
See #30469. git-svn-id: https://develop.svn.wordpress.org/trunk@30615 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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' ) ) {
|
||||
|
||||
Reference in New Issue
Block a user