Changeset 56548 for trunk/src/wp-includes/post.php
- Timestamp:
- 09/08/2023 10:01:14 AM (2 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/post.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r56519 r56548 2440 2440 $get_posts = new WP_Query(); 2441 2441 return $get_posts->query( $parsed_args ); 2442 2443 2442 } 2444 2443 … … 3999 3998 4000 3999 return $results ? $results : false; 4001 4002 4000 } 4003 4001
Note: See TracChangeset
for help on using the changeset viewer.