Ticket #39297: class-wp-user-query.php.patch
File class-wp-user-query.php.patch, 416 bytes (added by , 9 years ago) |
---|
-
src/wp-includes/class-wp-user-query.php
715 715 * @return int Number of total users. 716 716 */ 717 717 public function get_total() { 718 return $this->total_users;718 return (int) $this->total_users; 719 719 } 720 720 721 721 /**