Changeset 28532 for trunk/src/wp-includes/date.php
- Timestamp:
- 05/19/2014 05:29:42 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/date.php
r28252 r28532 106 106 * 'comment_date', 'comment_date_gmt'. 107 107 */ 108 function __construct( $date_query, $default_column = 'post_date' ) {108 public function __construct( $date_query, $default_column = 'post_date' ) { 109 109 if ( empty( $date_query ) || ! is_array( $date_query ) ) 110 110 return;
Note: See TracChangeset
for help on using the changeset viewer.