Changeset 801560
- Timestamp:
- 11/09/2013 01:57:32 PM (12 years ago)
- Location:
- contact-form-7-datepicker/trunk
- Files:
-
- 2 edited
-
admin.php (modified) (2 diffs)
-
contact-form-7-datepicker.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
contact-form-7-datepicker/trunk/admin.php
r763277 r801560 135 135 $themes = array( 136 136 'disabled' => __('Disabled'), 137 ' base' => 'Base',137 'smoothness' => 'Smoothness', 138 138 'black-tie' => 'Black Tie', 139 139 'blitzer' => 'Blitzer', … … 151 151 'pepper-grinder' => 'Pepper Grinder', 152 152 'redmond' => 'Redmond', 153 'smoothness' => 'Smoothness',154 153 'south-street' => 'South Street', 155 154 'start' => 'Start', -
contact-form-7-datepicker/trunk/contact-form-7-datepicker.php
r763279 r801560 29 29 class ContactForm7Datepicker { 30 30 31 const JQUERYUI_VERSION = '1. 9.2';31 const JQUERYUI_VERSION = '1.10.3'; 32 32 33 33 function __construct() { … … 53 53 function activate() { 54 54 if (! get_option('cf7dp_ui_theme')) 55 add_option('cf7dp_ui_theme', ' base');55 add_option('cf7dp_ui_theme', 'smoothness'); 56 56 } 57 57
Note: See TracChangeset
for help on using the changeset viewer.