Docs: Correct parameter type documentation for various __call() methods.
See #42505 Built from https://develop.svn.wordpress.org/trunk@42151 git-svn-id: http://core.svn.wordpress.org/trunk@41982 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -3362,7 +3362,7 @@ class WP_Query {
|
||||
*
|
||||
* @since 4.0.0
|
||||
*
|
||||
* @param callable $name Method to call.
|
||||
* @param string $name Method to call.
|
||||
* @param array $arguments Arguments to pass when calling.
|
||||
* @return mixed|false Return value of the callback, false otherwise.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user