Make WordPress Core


Ignore:
Timestamp:
07/23/2020 09:09:04 PM (5 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.php

    r48121 r48590  
    112112     * @since 2.3.0
    113113     *
    114      * @param string $key Query variable name.
    115      * @param mixed $value Query variable value.
     114     * @param string $key   Query variable name.
     115     * @param mixed  $value Query variable value.
    116116     */
    117117    public function set_query_var( $key, $value ) {
Note: See TracChangeset for help on using the changeset viewer.