Ditch all @since DocBlocks from theme.
This commit is contained in:
parent
182298629a
commit
fe19f5433b
22 changed files with 0 additions and 58 deletions
|
@ -3,13 +3,10 @@
|
|||
* _s functions and definitions
|
||||
*
|
||||
* @package _s
|
||||
* @since _s 1.0
|
||||
*/
|
||||
|
||||
/**
|
||||
* Set the content width based on the theme's design and stylesheet.
|
||||
*
|
||||
* @since _s 1.0
|
||||
*/
|
||||
if ( ! isset( $content_width ) )
|
||||
$content_width = 640; /* pixels */
|
||||
|
@ -26,8 +23,6 @@ if ( ! function_exists( '_s_setup' ) ) :
|
|||
* Note that this function is hooked into the after_setup_theme hook, which runs
|
||||
* before the init hook. The init hook is too late for some features, such as indicating
|
||||
* support post thumbnails.
|
||||
*
|
||||
* @since _s 1.0
|
||||
*/
|
||||
function _s_setup() {
|
||||
|
||||
|
@ -117,8 +112,6 @@ add_action( 'after_setup_theme', '_s_register_custom_background' );
|
|||
|
||||
/**
|
||||
* Register widgetized area and update sidebar with default widgets
|
||||
*
|
||||
* @since _s 1.0
|
||||
*/
|
||||
function _s_widgets_init() {
|
||||
register_sidebar( array(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue