Changeset 7748 for sites/trunk/wordcamp.org/public_html/wp-content/themes/campsite-2017/functions.php
- Timestamp:
- 10/19/2018 11:57:53 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/themes/campsite-2017/functions.php
r5536 r7748 39 39 ) ) 40 40 ); 41 42 add_theme_support( 'custom-logo', array( 43 'height' => 250, 44 'width' => 250, 45 'flex-width' => true, 46 'flex-height' => true, 47 ) ); 41 48 42 49 register_nav_menus( array(
Note: See TracChangeset
for help on using the changeset viewer.