Changeset 13417
- Timestamp:
- 02/25/2010 10:04:59 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/functions.php
r13403 r13417 31 31 // This theme needs post thumbnails 32 32 add_theme_support( 'post-thumbnails' ); 33 34 // This theme uses wp_nav_menu() 35 add_theme_support( 'nav-menus' ); 33 36 34 37 // We'll be using them for custom header images on posts and pages -
trunk/wp-includes/theme.php
r13403 r13417 1328 1328 add_action('wp_head', $header_callback); 1329 1329 1330 add_theme_support( 'custom-header' ); 1331 1330 1332 if ( ! is_admin() ) 1331 1333 return; … … 1393 1395 1394 1396 add_action('wp_head', $header_callback); 1397 1398 add_theme_support( 'custom-background' ); 1395 1399 1396 1400 if ( ! is_admin() )
Note: See TracChangeset
for help on using the changeset viewer.