From c041ea2b480a324d3d453e39a7b06c9acfbc1771 Mon Sep 17 00:00:00 2001 From: Michael Fields Date: Mon, 27 Aug 2012 14:25:10 -0700 Subject: [PATCH] Add todo tags to the DocBlocks of functions that contain backward compatibility with previous versions of WordPress stating when back compat should be removed. _s supports the current stable version of WordPress as well as two prior major releases. --- inc/custom-header.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inc/custom-header.php b/inc/custom-header.php index bb02ada..a2d7bb0 100644 --- a/inc/custom-header.php +++ b/inc/custom-header.php @@ -25,6 +25,8 @@ * Use feature detection of wp_get_theme() which was introduced * in WordPress 3.4. * + * @todo Rework this function to remove WordPress 3.4 support when WordPress 3.6 is released. + * * @uses _s_header_style() * @uses _s_admin_header_style() * @uses _s_admin_header_image() @@ -66,6 +68,7 @@ add_action( 'after_setup_theme', '_s_custom_header_setup' ); * with previous versions, we will define our own version * of this function. * + * @todo Remove this function when WordPress 3.6 is released. * @return stdClass All properties represent attributes of the curent header image. * * @package _s