Changes between Initial Version and Version 2 of Ticket #28399
- Timestamp:
- 05/29/2014 03:05:43 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28399
- Property Keywords has-patch needs-testing added
-
Ticket #28399 – Description
initial v2 5 5 6 6 a) Easy call: 7 $args['comment_count'] = n; n >= 0 7 `$args['comment_count'] = n; n >= 0` 8 8 9 9 b) Extended call: 10 $args['comments']['count'] = n; n >= 0 10 `$args['comments']['count'] = n; n >= 0` 11 11 12 12 Optional in this call: 13 $args['comments']['compare'] = Compare; Compare: =, !=, >, >=, <, <= 13 `$args['comments']['compare'] = Compare; Compare: =, !=, >, >=, <, <=` 14 14 15 15