Changeset 13923
- Timestamp:
- 04/02/2010 12:54:48 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/functions.php
r13889 r13923 54 54 add_action( 'after_setup_theme', 'twentyten_setup' ); 55 55 56 if ( ! function_exists('twentyten_setup') ): 56 57 /** 57 58 * Sets up theme defaults and registers support for various WordPress features. … … 61 62 * support post thumbnails. 62 63 * 63 * To override twentyten_setup() in a child theme, remove the action hook and add your own64 * function tied to the after_setup_theme hook.64 * To override twentyten_setup() in a child theme, add your own twentyten_setup to your child theme's 65 * functions.php file. 65 66 * 66 67 * @uses add_theme_support() To add support for post thumbnails, navigation menus, and automatic feed links. … … 167 168 ) ); 168 169 } 170 endif; 169 171 170 172 if ( ! function_exists( 'twentyten_admin_header_style' ) ) :
Note: See TracChangeset
for help on using the changeset viewer.