Changeset 57648 for trunk/src/wp-includes/class-wp-site-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-site-query.php
r57644 r57648 378 378 379 379 if ( $this->found_sites && $this->query_vars['number'] ) { 380 $this->max_num_pages = ceil( $this->found_sites / $this->query_vars['number'] );380 $this->max_num_pages = (int) ceil( $this->found_sites / $this->query_vars['number'] ); 381 381 } 382 382
Note: See TracChangeset
for help on using the changeset viewer.