Making WordPress.org


Ignore:
Timestamp:
10/19/2018 11:57:53 AM (8 years ago)
Author:
iandunn
Message:

CampSite 2017: Add theme support for logos.

Props ryelle, melchoyce.
Fixes #3575.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/themes/campsite-2017/functions.php

    r5536 r7748  
    3939                ) )
    4040        );
     41
     42        add_theme_support( 'custom-logo', array(
     43                'height'      => 250,
     44                'width'       => 250,
     45                'flex-width'  => true,
     46                'flex-height' => true,
     47        ) );
    4148
    4249        register_nav_menus( array(
Note: See TracChangeset for help on using the changeset viewer.