Changeset 13214
- Timestamp:
- 02/19/2010 10:00:00 AM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/functions.php
r13157 r13214 40 40 } 41 41 endif; 42 add_action( ' themes_loaded', 'twentyten_init' );42 add_action( 'after_setup_theme', 'twentyten_init' ); 43 43 44 44 if ( ! function_exists( 'twentyten_admin_header_style' ) ) : -
trunk/wp-settings.php
r13205 r13214 266 266 include( TEMPLATEPATH . '/functions.php' ); 267 267 268 do_action( ' themes_loaded' );268 do_action( 'after_setup_theme' ); 269 269 270 270 // Load any template functions the theme supports.
Note: See TracChangeset
for help on using the changeset viewer.