- Timestamp:
- 01/04/2021 05:43:30 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyone/inc/template-functions.php
r49826 r49930 418 418 function twenty_twenty_one_get_attachment_image_attributes( $attr, $attachment, $size ) { 419 419 420 if ( is_admin() ) { 421 return $attr; 422 } 423 420 424 if ( isset( $attr['class'] ) && false !== strpos( $attr['class'], 'custom-logo' ) ) { 421 425 return $attr;
Note: See TracChangeset
for help on using the changeset viewer.