Make WordPress Core


Ignore:
Timestamp:
11/10/2017 10:56:01 PM (9 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-roles.php

    r41625 r42151  
    9696         * @since 4.0.0
    9797         *
    98          * @param callable $name      Method to call.
     98         * @param string  $name      Method to call.
    9999         * @param array    $arguments Arguments to pass when calling.
    100100         * @return mixed|false Return value of the callback, false otherwise.
Note: See TracChangeset for help on using the changeset viewer.