Changeset 29934 for trunk/src/wp-includes/date.php
- Timestamp:
- 10/17/2014 01:36:36 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/date.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/date.php
r29933 r29934 452 452 $valid_columns = array( 453 453 'post_date', 'post_date_gmt', 'post_modified', 454 'post_modified_gmt', 'comment_date', 'comment_date_gmt' 454 'post_modified_gmt', 'comment_date', 'comment_date_gmt', 455 'user_registered', 455 456 ); 456 457 … … 464 465 * @param array $valid_columns An array of valid date query columns. Defaults 465 466 * are 'post_date', 'post_date_gmt', 'post_modified', 466 * 'post_modified_gmt', 'comment_date', 'comment_date_gmt' 467 * 'post_modified_gmt', 'comment_date', 'comment_date_gmt', 468 * 'user_registered' 467 469 */ 468 470 if ( ! in_array( $column, apply_filters( 'date_query_valid_columns', $valid_columns ) ) ) { … … 481 483 'comment_date_gmt', 482 484 ), 485 $wpdb->users => array( 486 'user_registered', 487 ), 483 488 ); 484 489
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)