Changeset 51224 for trunk/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 06/23/2021 10:46:46 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r51222 r51224 3000 3000 3001 3001 $count_query = new WP_Query(); 3002 $count_query->query( $query _args);3002 $count_query->query( $query ); 3003 3003 $total_posts = $count_query->found_posts; 3004 3004 }
Note: See TracChangeset
for help on using the changeset viewer.