Changes between Initial Version and Version 4 of Ticket #14330
- Timestamp:
- 07/16/10 22:11:37 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14330
- Property Owner set to loushou
- Property Status changed from new to reopened
- Property Keywords has-patch added; post_type WP WP_Query classes.php removed
-
Ticket #14330 – Description
initial v4 11 11 12 12 {{{ 13 http://www.my-site.com/index.php?post_type =post_type_1&post_type=post_type_2&name=testing-post13 http://www.my-site.com/index.php?post_type[]=post_type_1&post_type[]=post_type_2&name=testing-post 14 14 }}} 15 15 … … 55 55 56 56 {{{ 57 http://www.my-site.com/index.php?post_type =post_type_1&post_type=post_type_2&name=testing-post57 http://www.my-site.com/index.php?post_type[]=post_type_1&post_type[]=post_type_2&name=testing-post 58 58 }}} 59 59
