Changeset 23839 for trunk/wp-content/themes/twentythirteen/functions.php
- Timestamp:
- 03/28/2013 07:02:51 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentythirteen/functions.php
r23837 r23839 100 100 add_theme_support( 'post-thumbnails' ); 101 101 set_post_thumbnail_size( 604, 270, true ); 102 103 // Register custom image size for image post formats. 104 add_image_size( 'twentythirteen-image-post-format', 724, 1288 ); 102 105 103 106 // This theme uses its own gallery styles. … … 528 531 */ 529 532 function twentythirteen_content_width() { 530 if ( has_post_format( ' image' ) || has_post_format( 'video' ) || is_attachment() ) {533 if ( has_post_format( 'video' ) || is_attachment() ) { 531 534 global $content_width; 532 535 $content_width = 724;
Note: See TracChangeset
for help on using the changeset viewer.