Changeset 57276 for trunk/src/wp-content/themes/twentytwenty/functions.php
- Timestamp:
- 01/12/2024 07:11:34 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/functions.php
r56783 r57276 324 324 325 325 // Add a style attribute with the height, or append the height to the style attribute if the style attribute already exists. 326 if ( ! str_contains( $html, ' style=' ) ) {326 if ( false === strpos( $html, ' style=' ) ) { 327 327 $search[] = '/(src=)/'; 328 328 $replace[] = "style=\"height: {$logo_height}px;\" src=";
Note: See TracChangeset
for help on using the changeset viewer.