Make WordPress Core


Ignore:
Timestamp:
02/14/2010 08:07:55 AM (15 years ago)
Author:
nacin
Message:

Use automatic_feed_links() in twentyten, see #9015

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentyten/functions.php

    r13129 r13144  
    3737// so we want them to be 940 pixels wide by 198 pixels tall (larger images will be auto-cropped to fit)
    3838set_post_thumbnail_size( HEADER_IMAGE_WIDTH, HEADER_IMAGE_HEIGHT, true );
     39
     40// Add default posts and comments RSS feed links to head.
     41automatic_feed_links();
    3942
    4043// Make theme available for translation
Note: See TracChangeset for help on using the changeset viewer.