Changeset 55988 for trunk/src/wp-content/themes/twentytwenty/functions.php
- Timestamp:
- 06/22/2023 02:34:56 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/functions.php
r55929 r55988 317 317 318 318 // Add a style attribute with the height, or append the height to the style attribute if the style attribute already exists. 319 if ( strpos( $html, ' style=' ) === false) {319 if ( ! str_contains( $html, ' style=' ) ) { 320 320 $search[] = '/(src=)/'; 321 321 $replace[] = "style=\"height: {$logo_height}px;\" src=";
Note: See TracChangeset
for help on using the changeset viewer.