Changeset 57648 for trunk/src/wp-includes/class-wp-query.php
- Timestamp:
- 02/17/2024 03:22:37 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-query.php
r57312 r57648 3625 3625 3626 3626 if ( ! empty( $limits ) ) { 3627 $this->max_num_pages = ceil( $this->found_posts / $q['posts_per_page'] );3627 $this->max_num_pages = (int) ceil( $this->found_posts / $q['posts_per_page'] ); 3628 3628 } 3629 3629 }
Note: See TracChangeset
for help on using the changeset viewer.