Changeset 1184655
- Timestamp:
- 06/20/2015 09:12:22 AM (11 years ago)
- File:
-
- 1 edited
-
custom-menu-class/trunk/custom-menu-class.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
custom-menu-class/trunk/custom-menu-class.php
r1184653 r1184655 4 4 Plugin URI: http://wordpress.org/plugins/custom-menu-class/ 5 5 Description: Select predefined CSS classes to menu items 6 Version: 0.2. 06 Version: 0.2.1 7 7 Author: Theodoros Fabisch 8 8 Author URI: http://deving.de … … 97 97 <label for="edit-menu-item-custom-menu-class-<?php echo $item -> ID; ?>"> 98 98 <?php _e('CSS-Classes (predefined)<br /><small>Hold down the control (ctrl) button to select multiple options</small>', 'custom-menu-class') ?><br /> 99 <select id="edit-menu-item-custom-menu-class-<?php echo $item -> ID; ?>" name="menu-item-custom-menu-class[<?php echo $item -> ID; ?>][]" multiple="multiple">99 <select id="edit-menu-item-custom-menu-class-<?php echo $item -> ID; ?>" class="widefat" name="menu-item-custom-menu-class[<?php echo $item -> ID; ?>][]" multiple="multiple"> 100 100 <?php foreach($classes as $class): ?> 101 101 <option value="<?php echo $class['class']; ?>" <?php if (is_array($Custom_Menu_Class_class)) { selected(true, in_array($class['class'], $Custom_Menu_Class_class), true); } ?>><?php echo $class['name']; ?></option>
Note: See TracChangeset
for help on using the changeset viewer.