Make WordPress Core

Changeset 49098


Ignore:
Timestamp:
10/07/2020 11:00:33 AM (6 years ago)
Author:
SergeyBiryukov
Message:

Docs: Add missing @return tag for wp_xmlrpc_server::_is_greater_than_one().

Props ankitmaru.
Fixes #51465.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-xmlrpc-server.php

    r48590 r49098  
    13081308         *
    13091309         * @param int $count Number to compare to one.
     1310         * @return bool True if the number is greater than one, false otherwise.
    13101311         */
    13111312        private function _is_greater_than_one( $count ) {
Note: See TracChangeset for help on using the changeset viewer.