Changeset 760410
- Timestamp:
- 08/21/2013 10:07:10 PM (12 years ago)
- Location:
- advanced-custom-fields-nav-menu-field
- Files:
-
- 4 added
- 2 edited
-
tags/1.1.2 (added)
-
tags/1.1.2/fz-acf-nav-menu.php (added)
-
tags/1.1.2/nav-menu-v4.php (added)
-
tags/1.1.2/readme.txt (added)
-
trunk/nav-menu-v4.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
advanced-custom-fields-nav-menu-field/trunk/nav-menu-v4.php
r726704 r760410 104 104 'name' => 'fields['.$key.'][container]', 105 105 'value' => $field['container'], 106 'layout' => 'horizontal',107 106 'choices' => $choices 108 107 )); … … 160 159 if( $field['allow_null'] ) 161 160 { 162 echo '<option value=" null"> - Select - </option>';161 echo '<option value=""> - Select - </option>'; 163 162 } 164 163 -
advanced-custom-fields-nav-menu-field/trunk/readme.txt
r726704 r760410 6 6 Requires at least: 3.4 7 7 Tested up to: 3.5.1 8 Stable tag: 1.1. 18 Stable tag: 1.1.2 9 9 License: GPL2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 79 79 == Changelog == 80 80 81 = 1.1.2 = 82 * Fixed a silly mistake related to allowing Null for a Nav Menu Field. Basically, it was storing the string "null" when you don't select a menu, that's taken care of now. 83 81 84 = 1.1.1 = 82 85 * I forgot to add a default value for the Menu Container field, so I added 'div' as the default value. If you upgraded from 1.0.0 to 1.1.0 and had WP_DEBUG enabled, you would receive a warning about an unknown index. Since I like debug mode to run without warnings, I fixed this.
Note: See TracChangeset
for help on using the changeset viewer.