Ticket #36327: 36327.patch
| File 36327.patch, 375 bytes (added by , 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 ) { 1561 1561 1562 1562 case 'custom-logo': 1563 1563 $defaults = array( 1564 'size' => '', 1564 1565 'width' => null, 1565 1566 'height' => null, 1566 1567 'flex-width' => false,