- Timestamp:
- 08/07/2020 09:20:23 PM (5 years ago)
- Location:
- branches/5.5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.5
- Property svn:mergeinfo changed
/trunk merged: 48757-48758
- Property svn:mergeinfo changed
-
branches/5.5/tests/phpunit/tests/rest-api/rest-themes-controller.php
r48171 r48759 575 575 remove_theme_support( 'custom-logo' ); 576 576 $wordpress_logo = array( 577 'height' => 100, 578 'width' => 400, 579 'flex-height' => true, 580 'flex-width' => true, 581 'header-text' => array( 'site-title', 'site-description' ), 577 'height' => 100, 578 'width' => 400, 579 'flex-height' => true, 580 'flex-width' => true, 581 'header-text' => array( 'site-title', 'site-description' ), 582 'unlink-homepage-logo' => false, 582 583 ); 583 584 add_theme_support( 'custom-logo', $wordpress_logo );
Note: See TracChangeset
for help on using the changeset viewer.