Ditch all @since DocBlocks from theme.
This commit is contained in:
parent
182298629a
commit
fe19f5433b
22 changed files with 0 additions and 58 deletions
|
@ -14,7 +14,6 @@
|
|||
|
||||
*
|
||||
* @package _s
|
||||
* @since _s 1.0
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -72,7 +71,6 @@ add_action( 'after_setup_theme', '_s_custom_header_setup' );
|
|||
* @return stdClass All properties represent attributes of the curent header image.
|
||||
*
|
||||
* @package _s
|
||||
* @since _s 1.1
|
||||
*/
|
||||
|
||||
if ( ! function_exists( 'get_custom_header' ) ) {
|
||||
|
@ -91,8 +89,6 @@ if ( ! function_exists( '_s_header_style' ) ) :
|
|||
* Styles the header image and text displayed on the blog
|
||||
*
|
||||
* @see _s_custom_header_setup().
|
||||
*
|
||||
* @since _s 1.0
|
||||
*/
|
||||
function _s_header_style() {
|
||||
|
||||
|
@ -132,8 +128,6 @@ if ( ! function_exists( '_s_admin_header_style' ) ) :
|
|||
* Styles the header image displayed on the Appearance > Header admin panel.
|
||||
*
|
||||
* @see _s_custom_header_setup().
|
||||
*
|
||||
* @since _s 1.0
|
||||
*/
|
||||
function _s_admin_header_style() {
|
||||
?>
|
||||
|
@ -162,8 +156,6 @@ if ( ! function_exists( '_s_admin_header_image' ) ) :
|
|||
* Custom header image markup displayed on the Appearance > Header admin panel.
|
||||
*
|
||||
* @see _s_custom_header_setup().
|
||||
*
|
||||
* @since _s 1.0
|
||||
*/
|
||||
function _s_admin_header_image() { ?>
|
||||
<div id="headimg">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue