Changeset 56559 for trunk/src/wp-includes/post.php
- Timestamp:
- 09/12/2023 03:21:02 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r56549 r56559 6072 6072 $orderby = wp_parse_list( $parsed_args['sort_column'] ); 6073 6073 $orderby = array_map( 6074 static function ( $orderby_field ) {6074 static function ( $orderby_field ) { 6075 6075 $orderby_field = trim( $orderby_field ); 6076 6076 if ( 'post_modified_gmt' === $orderby_field || 'modified_gmt' === $orderby_field ) {
Note: See TracChangeset
for help on using the changeset viewer.