Skip to content

Commit

Permalink
adding bootswatch to the colors selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
localhost8080 committed Jun 21, 2014
1 parent 942c362 commit 6dae797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion function-definitions.php
Expand Up @@ -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');
}

/**
Expand Down

0 comments on commit 6dae797

Please sign in to comment.