We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce2c261 commit f3c7256Copy full SHA for f3c7256
1 file changed
src/wp-admin/includes/class-custom-background.php
@@ -490,7 +490,8 @@ public function admin_page() {
490
$default_color = get_theme_support( 'custom-background', 'default-color' );
491
}
492
?>
493
-<input type="text" name="background-color" id="background-color" value="#<?php echo esc_attr( get_background_color() ); ?>"<?php if ( $default_color ) : ?> data-default-color="#<?php echo esc_attr( $default_color ); ?>"<?php endif; ?>>
+<input type="text" name="background-color" id="background-color" value="#<?php echo esc_attr( get_background_color() ); ?>"<?php if ( $default_color ) : ?>
494
+ data-default-color="#<?php echo esc_attr( $default_color ); ?>"<?php endif; ?>>
495
</fieldset></td>
496
</tr>
497
</tbody>
0 commit comments