Changeset 55895
- Timestamp:
- 06/08/2023 10:00:07 AM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/dashboard.php
r55574 r55895 983 983 'posts_per_page' => (int) $args['max'], 984 984 'no_found_rows' => true, 985 'cache_results' => false,985 'cache_results' => true, 986 986 'perm' => ( 'future' === $args['status'] ) ? 'editable' : 'readable', 987 987 );
Note: See TracChangeset
for help on using the changeset viewer.