Ticket #36332: 36332.diff
| File 36332.diff, 405 bytes (added by , 10 years ago) |
|---|
-
src/wp-includes/theme.php
1560 1560 break; 1561 1561 1562 1562 case 'custom-logo': 1563 if ( ! is_array( $args ) ) { 1564 $args = array( 0 => array() ); 1565 } 1563 1566 $defaults = array( 1564 1567 'width' => null, 1565 1568 'height' => null,