Changes between Initial Version and Version 3 of Ticket #22389
- Timestamp:
- 11/08/12 03:31:34 (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22389
- Property Status changed from new to closed
- Property Priority changed from normal to high
- Property Milestone changed from Awaiting Review to 3.5
- Property Owner set to nacin
- Property Resolution changed from to fixed
-
Ticket #22389 – Description
initial v3 2 2 See: http://codex.wordpress.org/Function_Reference/wp_dropdown_pages 3 3 Here's the unit test Plugin: 4 4 {{{ 5 5 <?php 6 6 /* … … 22 22 23 23 ?> 24 }}}