Make WordPress Core

Changeset 29744


Ignore:
Timestamp:
09/13/2014 10:23:12 PM (11 years ago)
Author:
SergeyBiryukov
Message:

Correct @return value for WP_User_Query::get_total().

props jesin.
fixes #29656.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/user.php

    r29635 r29744  
    847847     * @access public
    848848     *
    849      * @return array Array of total users.
     849     * @return int Number of total users.
    850850     */
    851851    public function get_total() {
Note: See TracChangeset for help on using the changeset viewer.