Changeset 59813 for trunk/src/wp-admin/includes/class-custom-background.php
- Timestamp:
- 02/11/2025 09:05:00 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-custom-background.php
r59554 r59813 289 289 $bgcolor = get_background_color(); 290 290 if ( $bgcolor ) { 291 $background_styles .= 'background-color: #' . $bgcolor. ';';291 $background_styles .= 'background-color: ' . maybe_hash_hex_color( $bgcolor ) . ';'; 292 292 } 293 293
Note: See TracChangeset
for help on using the changeset viewer.