From 6dae797743d1c9ae0b6eb6de59fc61610df07b83 Mon Sep 17 00:00:00 2001 From: development Date: Sun, 22 Jun 2014 00:11:42 +0100 Subject: [PATCH] adding bootswatch to the colors selectors --- function-definitions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/function-definitions.php b/function-definitions.php index a4fb030..d77a403 100644 --- a/function-definitions.php +++ b/function-definitions.php @@ -74,7 +74,7 @@ function multiloquent_customize_register($wp_customize) multiloquent_register_and_generate_custom_control('colour', 'mulitloquent_background_text_colour', '#333333', 'Body Text Color', $wp_customize, 'colors'); multiloquent_register_and_generate_custom_control('colour', 'mulitloquent_slideout_menu_colour', '#333333', 'Slide Menu Background Color', $wp_customize, 'colors'); multiloquent_register_and_generate_custom_control('colour', 'mulitloquent_slideout_text_colour', '#FFFFFF', 'Slide Menu Text Color', $wp_customize, 'colors'); - multiloquent_register_and_generate_custom_control('bootswatch', 'bootswatch', 'default', 'bootsqatch', $wp_customize, 'bootsqatch'); + multiloquent_register_and_generate_custom_control('bootswatch', 'bootswatch', 'default', 'bootsqatch', $wp_customize, 'colors'); } /**