Make WordPress Core

Changeset 46150


Ignore:
Timestamp:
09/16/2019 04:31:13 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Improve @return value description for wp_xmlrpc_server::minimum_args().

See #47110.

File:
1 edited

Legend:

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

    r46148 r46150  
    730730     * @param array $args  An array of arguments to check.
    731731     * @param int   $count Minimum number of arguments.
    732      * @return bool if `$args` contains at least $count arguments.
     732     * @return bool True if `$args` contains at least `$count` arguments, false otherwise.
    733733     */
    734734    protected function minimum_args( $args, $count ) {
Note: See TracChangeset for help on using the changeset viewer.