Changeset 36950 for trunk/tests/phpunit/tests/general/template.php
- Timestamp:
- 03/10/2016 07:02:25 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/general/template.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/general/template.php
r36949 r36950 281 281 $home_url = get_home_url( $blog_id, '/' ); 282 282 $size = get_theme_support( 'custom-logo', 'size' ); 283 $size = $size ? $size : 'full'; 283 284 $image = wp_get_attachment_image( $this->custom_logo_id, $size, false, array( 284 285 'class' => "custom-logo attachment-$size", … … 303 304 $this->_set_custom_logo(); 304 305 $size = get_theme_support( 'custom-logo', 'size' ); 306 $size = $size ? $size : 'full'; 305 307 $image = wp_get_attachment_image( $this->custom_logo_id, $size, false, array( 306 308 'class' => "custom-logo attachment-$size",
Note: See TracChangeset
for help on using the changeset viewer.