- Timestamp:
- 01/16/2024 04:07:50 PM (17 months ago)
- Location:
- branches/6.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.4
-
branches/6.4/src/wp-content/themes/twentytwenty/functions.php
r56783 r57292 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.