Make WordPress Core

Ticket #36318: 36318.diff

File 36318.diff, 449 bytes (added by iamtakashi, 8 years ago)

Twenty Fifteen: Allow flex-width for Custom Logo

  • src/wp-content/themes/twentyfifteen/functions.php

     
    112112                'height'      => 248,
    113113                'width'       => 248,
    114114                'flex-height' => true,
     115                'flex-width'  => true,
    115116        ) );
    116117
    117118        $color_scheme  = twentyfifteen_get_color_scheme();