Changeset 57293
- Timestamp:
- 01/16/2024 04:09:50 PM (11 months ago)
- Location:
- branches/6.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.4
-
branches/6.4/src/wp-content/themes/twentytwentyone/inc/template-functions.php
r56549 r57293 446 446 } 447 447 448 if ( isset( $attr['class'] ) && str_contains( $attr['class'], 'custom-logo' ) ) {448 if ( isset( $attr['class'] ) && false !== strpos( $attr['class'], 'custom-logo' ) ) { 449 449 return $attr; 450 450 }
Note: See TracChangeset
for help on using the changeset viewer.