Changeset 57277
- Timestamp:
- 01/12/2024 07:13:02 PM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyone/inc/template-functions.php
r57239 r57277 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.