Plugin Directory

Changeset 1184655


Ignore:
Timestamp:
06/20/2015 09:12:22 AM (11 years ago)
Author:
Aiken1
Message:

custom-menu-class.php updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • custom-menu-class/trunk/custom-menu-class.php

    r1184653 r1184655  
    44Plugin URI: http://wordpress.org/plugins/custom-menu-class/
    55Description: Select predefined CSS classes to menu items
    6 Version: 0.2.0
     6Version: 0.2.1
    77Author: Theodoros Fabisch
    88Author URI: http://deving.de
     
    9797            <label for="edit-menu-item-custom-menu-class-<?php echo $item -> ID; ?>">
    9898                <?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">
    100100                    <?php foreach($classes as $class): ?>
    101101                        <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.