Make WordPress Core

Ticket #36327: 36327.patch

File 36327.patch, 375 bytes (added by imath, 10 years ago)
  • src/wp-includes/theme.php

    diff --git src/wp-includes/theme.php src/wp-includes/theme.php
    index 49ecdbb..8979886 100644
    function add_theme_support( $feature ) { 
    15611561
    15621562                case 'custom-logo':
    15631563                        $defaults = array(
     1564                                'size'        => '',
    15641565                                'width'       => null,
    15651566                                'height'      => null,
    15661567                                'flex-width'  => false,