From 533c19794243eb8dcad1162b956f9037327ee2a1 Mon Sep 17 00:00:00 2001 From: Wesley Handy Date: Wed, 9 Oct 2019 09:46:02 -0400 Subject: [PATCH] Rearrange html on color picker to match template on wp codex Match template from: https://developer.wordpress.org/reference/classes/wp_customize_color_control/ --- .../alpha-color-picker/alpha-color-picker.php | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/customizer/alpha-color-picker/alpha-color-picker.php b/customizer/alpha-color-picker/alpha-color-picker.php index 483d3f4..937e53c 100644 --- a/customizer/alpha-color-picker/alpha-color-picker.php +++ b/customizer/alpha-color-picker/alpha-color-picker.php @@ -78,16 +78,19 @@ public function render_content() { $show_opacity = ( false === $this->show_opacity || 'false' === $this->show_opacity ) ? 'false' : 'true'; // Begin the output. ?> - + } ?> +
+ +