Changeset 25746 for trunk/src/wp-content/themes/twentyten/functions.php
- Timestamp:
- 10/09/2013 08:38:26 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyten/functions.php
r25627 r25746 39 39 */ 40 40 41 /* *41 /* 42 42 * Set the content width based on the theme's design and stylesheet. 43 43 * … … 48 48 $content_width = 640; 49 49 50 /* *Tell WordPress to run twentyten_setup() when the 'after_setup_theme' hook is run. */50 /* Tell WordPress to run twentyten_setup() when the 'after_setup_theme' hook is run. */ 51 51 add_action( 'after_setup_theme', 'twentyten_setup' ); 52 52 … … 85 85 add_theme_support( 'automatic-feed-links' ); 86 86 87 /* *87 /* 88 88 * Make theme available for translation. 89 89 * Translations can be filed in the /languages/ directory … … 105 105 106 106 $custom_header_support = array( 107 /* *107 /* 108 108 * The default image to use. 109 109 * The %s is a placeholder for the theme template directory URI. … … 148 148 } 149 149 150 /* *150 /* 151 151 * We'll be using post thumbnails for custom header images on posts and pages. 152 152 * We want them to be 940 pixels wide by 198 pixels tall.
Note: See TracChangeset
for help on using the changeset viewer.