Changeset 2026200
- Timestamp:
- 02/06/2019 09:38:21 PM (7 years ago)
- Location:
- custom-sub-menus/trunk
- Files:
-
- 2 edited
-
custom-menus.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
custom-sub-menus/trunk/custom-menus.php
r1655288 r2026200 74 74 75 75 // ==================== Display the actual column results ==================== 76 function menu_show_columns( $name, $post_ID = '') {76 function menu_show_columns( $name, $post_ID ) { 77 77 if ( $name == 'selected_menu' ) : 78 78 global $post; -
custom-sub-menus/trunk/readme.txt
r1655288 r2026200 3 3 Tags: custom menus, sub menus 4 4 Requires at least: 3.0.1 5 Tested up to: 4. 7.46 Stable tag: 1.3. 35 Tested up to: 4.4.2 6 Stable tag: 1.3.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 31 31 == Changelog == 32 32 33 = 1.3.3 =34 * Fixed small bug(s)35 36 33 = 1.3.2 = 37 34 * Fixed issue where custom column results were displaying in other columns.
Note: See TracChangeset
for help on using the changeset viewer.