- Timestamp:
- 01/28/2021 06:55:58 PM (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
r50043 r50062 418 418 function twenty_twenty_one_get_attachment_image_attributes( $attr, $attachment, $size ) { 419 419 420 if ( is_admin() ) {421 return $attr;422 }423 424 420 if ( isset( $attr['class'] ) && false !== strpos( $attr['class'], 'custom-logo' ) ) { 425 421 return $attr;
Note: See TracChangeset
for help on using the changeset viewer.