Changeset 21487 for trunk/wp-content/themes/twentyeleven/functions.php
- Timestamp:
- 08/09/2012 05:32:39 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyeleven/functions.php
r20983 r21487 132 132 'admin-preview-callback' => 'twentyeleven_admin_header_image', 133 133 ); 134 134 135 135 add_theme_support( 'custom-header', $custom_header_support ); 136 136 … … 222 222 if ( $text_color == HEADER_TEXTCOLOR ) 223 223 return; 224 224 225 225 // If we get this far, we have custom styles. Let's do this. 226 226 ?>
Note: See TracChangeset
for help on using the changeset viewer.