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-admin/includes/class-wp-list-table.php

    r48462 r48586  
    234234     * @since 4.0.0
    235235     *
    236      * @param string   $name      Method to call.
    237      * @param array    $arguments Arguments to pass when calling.
     236     * @param string $name      Method to call.
     237     * @param array  $arguments Arguments to pass when calling.
    238238     * @return mixed|bool Return value of the callback, false otherwise.
    239239     */
Note: See TracChangeset for help on using the changeset viewer.