- Timestamp:
- 10/15/2013 04:45:42 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/functions.php
r25769 r25788 101 101 'default-color' => 'f5f5f5', 102 102 ) ) ); 103 104 /* 105 * This theme uses its own gallery styles. 106 */ 107 add_filter( 'use_default_gallery_style', '__return_false' ); 103 108 } 104 109 endif; // twentyfourteen_setup … … 113 118 */ 114 119 function twentyfourteen_content_width() { 115 if ( is_ page_template( 'full-width-page.php' ) || is_attachment() )120 if ( is_attachment() ) 116 121 $GLOBALS['content_width'] = 810; 117 122 }
Note: See TracChangeset
for help on using the changeset viewer.