Changeset 47122 for trunk/tests/phpunit/tests/image/siteIcon.php
- Timestamp:
- 01/29/2020 12:43:23 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/image/siteIcon.php
r46586 r47122 57 57 // Remove custom size. 58 58 unset( $this->wp_site_icon->site_icon_sizes[ array_search( 321, $this->wp_site_icon->site_icon_sizes, true ) ] ); 59 // Remove the filter we added 59 // Remove the filter we added. 60 60 remove_filter( 'site_icon_image_sizes', array( $this, '_custom_test_sizes' ) ); 61 61 }
Note: See TracChangeset
for help on using the changeset viewer.