We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d02cc4f commit 6f621afCopy full SHA for 6f621af
inc/extras.php
@@ -55,17 +55,4 @@ function _s_wp_title( $title, $sep ) {
55
return $title;
56
}
57
add_filter( 'wp_title', '_s_wp_title', 10, 2 );
58
-
59
- /**
60
- * Title shim for sites older than WordPress 4.1.
61
- *
62
- * @link https://make.wordpress.org/core/2014/10/29/title-tags-in-4-1/
63
- * @todo Remove this function when WordPress 4.3 is released.
64
- */
65
- function _s_render_title() {
66
- ?>
67
- <title><?php wp_title( '|', true, 'right' ); ?></title>
68
- <?php
69
- }
70
- add_action( 'wp_head', '_s_render_title' );
71
endif;
0 commit comments