From 6f621af060cb399f900e0dcfb4f9297776c6bdb9 Mon Sep 17 00:00:00 2001 From: Emil Uzelac Date: Tue, 18 Aug 2015 21:55:47 -0500 Subject: [PATCH] Remove _s_render_title() Removing `_s_render_title()`, no longer needed as of 4.3. --- inc/extras.php | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/inc/extras.php b/inc/extras.php index 2817f6a2..001aa092 100644 --- a/inc/extras.php +++ b/inc/extras.php @@ -55,17 +55,4 @@ if ( version_compare( $GLOBALS['wp_version'], '4.1', '<' ) ) : return $title; } add_filter( 'wp_title', '_s_wp_title', 10, 2 ); - - /** - * Title shim for sites older than WordPress 4.1. - * - * @link https://make.wordpress.org/core/2014/10/29/title-tags-in-4-1/ - * @todo Remove this function when WordPress 4.3 is released. - */ - function _s_render_title() { - ?> - <?php wp_title( '|', true, 'right' ); ?> -