Changeset 42877 for trunk/src/wp-includes/date.php
- Timestamp:
- 03/25/2018 07:34:31 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/date.php
r42876 r42877 141 141 * } 142 142 * } 143 * @param array$default_column Optional. Default column to query against. Default 'post_date'.144 * Accepts 'post_date', 'post_date_gmt', 'post_modified', 'post_modified_gmt',145 * 'comment_date', 'comment_date_gmt'.143 * @param string $default_column Optional. Default column to query against. Default 'post_date'. 144 * Accepts 'post_date', 'post_date_gmt', 'post_modified', 'post_modified_gmt', 145 * 'comment_date', 'comment_date_gmt'. 146 146 */ 147 147 public function __construct( $date_query, $default_column = 'post_date' ) {
Note: See TracChangeset
for help on using the changeset viewer.