- Timestamp:
- 11/15/2013 09:19:33 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/functions.php
r26225 r26227 98 98 ) ); 99 99 100 /* 101 * This theme allows users to set a custom background. 102 */ 100 // This theme allows users to set a custom background. 103 101 add_theme_support( 'custom-background', apply_filters( 'twentyfourteen_custom_background_args', array( 104 102 'default-color' => 'f5f5f5', 105 103 ) ) ); 106 104 107 /* 108 * Add support for featured content. 109 */ 105 // Add support for featured content. 110 106 add_theme_support( 'featured-content', array( 111 107 'featured_content_filter' => 'twentyfourteen_get_featured_posts', … … 113 109 ) ); 114 110 115 /* 116 * This theme uses its own gallery styles. 117 */ 111 // This theme uses its own gallery styles. 118 112 add_filter( 'use_default_gallery_style', '__return_false' ); 119 113 }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)