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-comment-query.php

    r48576 r48586  
    119119     * @since 4.0.0
    120120     *
    121      * @param string   $name      Method to call.
    122      * @param array    $arguments Arguments to pass when calling.
     121     * @param string $name      Method to call.
     122     * @param array  $arguments Arguments to pass when calling.
    123123     * @return mixed|false Return value of the callback, false otherwise.
    124124     */
     
    10861086     *
    10871087     * @param string $string
    1088      * @param array $cols
     1088     * @param array  $cols
    10891089     * @return string
    10901090     */
Note: See TracChangeset for help on using the changeset viewer.