Changeset 59813 for trunk/src/wp-includes/theme.php
- Timestamp:
- 02/11/2025 09:05:00 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme.php
r58975 r59813 1894 1894 } 1895 1895 1896 $style = $color ? "background-color: #$color;": '';1896 $style = $color ? 'background-color: ' . maybe_hash_hex_color( $color ) . ';' : ''; 1897 1897 1898 1898 if ( $background ) {
Note: See TracChangeset
for help on using the changeset viewer.