Changes between Initial Version and Version 1 of Ticket #15533
- Timestamp:
- 11/21/2010 10:36:55 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15533 – Description
initial v1 4 4 5 5 The code that gives the problem: 6 7 {{{ 6 8 if ( ARRAY_A == $args['output'] ) { 7 9 $GLOBALS['_menu_item_sort_prop'] = $args['output_key']; … … 12 14 } 13 15 } 16 }}}