forked from mirror/_s
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.
This commit is contained in:
parent
800b9ebcd1
commit
c041ea2b48
|
@ -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
|
||||
|
|
Reference in New Issue