From 3a25519cc757d03e921826e06032dcfd0b351e2c Mon Sep 17 00:00:00 2001 From: Philip Arthur Moore Date: Tue, 2 Dec 2014 20:23:28 +0700 Subject: [PATCH] Adjust todo notice for wp_title shim. --- inc/extras.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/extras.php b/inc/extras.php index b7a5336..99b49d8 100644 --- a/inc/extras.php +++ b/inc/extras.php @@ -74,7 +74,7 @@ if ( ! function_exists( '_wp_render_title_tag' ) ) : * 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.4 is released. + * @todo Remove this function when WordPress 4.3 is released. */ function _s_render_title() { echo '' . wp_title( '|', false, 'right' ) . "\n";