Make WordPress Core


Ignore:
Timestamp:
11/10/2017 10:56:01 PM (6 years ago)
Author:
johnbillion
Message:

Docs: Correct parameter type documentation for various __call() methods.

See #42505

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-comment-query.php

    r41686 r42151  
    119119     * @since 4.0.0
    120120     *
    121      * @param callable $name      Method to call.
     121     * @param string  $name      Method to call.
    122122     * @param array    $arguments Arguments to pass when calling.
    123123     * @return mixed|false Return value of the callback, false otherwise.
Note: See TracChangeset for help on using the changeset viewer.