Make WordPress Core


Ignore:
Timestamp:
06/19/2020 10:53:54 PM (6 years ago)
Author:
johnbillion
Message:

Docs: Remove unnecessary variables names from @return tags.

See #49572.

File:
1 edited

Legend:

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

    r48059 r48100  
    32973297     *
    32983298     * @param string $query The query to search.
    3299      * @return string|false $table The table name found, or false if a table couldn't be found.
     3299     * @return string|false The table name found, or false if a table couldn't be found.
    33003300     */
    33013301    protected function get_table_from_query( $query ) {
Note: See TracChangeset for help on using the changeset viewer.