Changeset 1966896
- Timestamp:
- 11/01/2018 01:38:26 AM (7 years ago)
- Location:
- crouton/trunk
- Files:
-
- 2 edited
-
crouton.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
crouton/trunk/crouton.php
r1963951 r1966896 5 5 Description: Adds a jQuery Tabbed UI for BMLT. 6 6 Author: Jack S Florida Region, radius314, pjaudiomv 7 Version: 2.2. 07 Version: 2.2.1 8 8 */ 9 9 /* Disallow direct access to the plugin file */ … … 897 897 <?php $area_parent_name = $area_data[3]; ?> 898 898 <?php $option_description = $area_name . " (" . $area_id . ") " . $area_parent_name . " (" . $area_parent . ")" ?></option> 899 <?php if ($unique_area == $this->options['service_body_1']) { ?> 899 <?php $is_data = explode(',',esc_html($this->options['service_body_1'])); ?> 900 <?php if ( $area_id == $is_data[1] ) { ?> 900 901 <option selected="selected" value="<?php echo $unique_area; ?>"><?php echo $option_description; ?></option> 901 902 <?php } else { ?> -
crouton/trunk/readme.txt
r1963951 r1966896 6 6 Required PHP: 5.6 7 7 Tested up to: 5.0.0 8 Stable tag: 2.2. 08 Stable tag: 2.2.1 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 36 36 37 37 == Changelog == 38 39 = 2.2.1 = 40 * Selected dropdown option not always being respected for new searchable dropdown, however selected option was. [#64] 38 41 39 42 = 2.2.0 =
Note: See TracChangeset
for help on using the changeset viewer.