Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #28399


Ignore:
Timestamp:
05/29/2014 03:05:43 PM (10 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28399

    • Property Keywords has-patch needs-testing added
  • Ticket #28399 – Description

    initial v2  
    55
    66a) Easy call:
    7 $args['comment_count'] = n; n >= 0
     7`$args['comment_count'] = n; n >= 0`
    88
    99b) Extended call:
    10 $args['comments']['count'] = n; n >= 0
     10`$args['comments']['count'] = n; n >= 0`
    1111
    1212Optional in this call:
    13 $args['comments']['compare'] = Compare; Compare: =, !=, >, >=, <, <=
     13`$args['comments']['compare'] = Compare; Compare: =, !=, >, >=, <, <=`
    1414
    1515