Changeset 50043 for branches/5.6
- Timestamp:
- 01/28/2021 12:21:41 AM (4 years ago)
- Location:
- branches/5.6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.6
-
branches/5.6/src/wp-content/themes/twentytwentyone/inc/template-functions.php
r49829 r50043 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.