Make WordPress Core


Ignore:
Timestamp:
07/23/2020 09:09:04 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Another 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-user-query.php

    r48104 r48590  
    681681     *
    682682     * @param string $query_var Query variable key.
    683      * @param mixed $value Query variable value.
     683     * @param mixed  $value    Query variable value.
    684684     */
    685685    public function set( $query_var, $value ) {
     
    881881     * @since 4.0.0
    882882     *
    883      * @param string   $name      Method to call.
    884      * @param array    $arguments Arguments to pass when calling.
     883     * @param string $name      Method to call.
     884     * @param array  $arguments Arguments to pass when calling.
    885885     * @return mixed Return value of the callback, false otherwise.
    886886     */
Note: See TracChangeset for help on using the changeset viewer.