Changeset 13398 for trunk/wp-content/themes/twentyten/functions.php
- Timestamp:
- 02/25/2010 08:56:19 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/functions.php
r13214 r13398 3 3 // Set the content width based on the Theme CSS 4 4 if ( ! isset( $content_width ) ) 5 5 $content_width = 640; 6 6 7 7 if ( ! function_exists( 'twentyten_init' ) ) : … … 27 27 set_post_thumbnail_size( HEADER_IMAGE_WIDTH, HEADER_IMAGE_HEIGHT, true ); 28 28 29 // Add default posts and comments RSS feed links to head .30 a utomatic_feed_links();29 // Add default posts and comments RSS feed links to head 30 add_theme_support( 'automatic-feed-links' ); 31 31 32 32 // Make theme available for translation
Note: See TracChangeset
for help on using the changeset viewer.