Changeset 45583 for trunk/src/wp-admin/custom-background.php
- Timestamp:
- 07/01/2019 12:50:14 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/custom-background.php
r45411 r45583 257 257 } else { 258 258 $background_styles = ''; 259 if ( $bgcolor = get_background_color() ) { 259 $bgcolor = get_background_color(); 260 if ( $bgcolor ) { 260 261 $background_styles .= 'background-color: #' . $bgcolor . ';'; 261 262 }
Note: See TracChangeset
for help on using the changeset viewer.