Changeset 13144 for trunk/wp-content/themes/twentyten/functions.php
- Timestamp:
- 02/14/2010 08:07:55 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/functions.php
r13129 r13144 37 37 // so we want them to be 940 pixels wide by 198 pixels tall (larger images will be auto-cropped to fit) 38 38 set_post_thumbnail_size( HEADER_IMAGE_WIDTH, HEADER_IMAGE_HEIGHT, true ); 39 40 // Add default posts and comments RSS feed links to head. 41 automatic_feed_links(); 39 42 40 43 // Make theme available for translation
Note: See TracChangeset
for help on using the changeset viewer.