Make WordPress Core


Ignore:
Timestamp:
07/23/2020 07:59:16 PM (5 years ago)
Author:
johnbillion
Message:

Docs: First pass at some inline docs fixes mostly made by PHPCBF.

See #49572, #50744

File:
1 edited

Legend:

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

    r48576 r48586  
    35943594     * @since 4.0.0
    35953595     *
    3596      * @param string   $name      Method to call.
    3597      * @param array    $arguments Arguments to pass when calling.
     3596     * @param string $name      Method to call.
     3597     * @param array  $arguments Arguments to pass when calling.
    35983598     * @return mixed|false Return value of the callback, false otherwise.
    35993599     */
Note: See TracChangeset for help on using the changeset viewer.