Make WordPress Core


Ignore:
Timestamp:
07/01/2021 09:01:17 PM (3 years ago)
Author:
johnbillion
Message:

Docs: Corrections and improvements to types used in docblocks for symbols, properties, and filters.

See #53399

File:
1 edited

Legend:

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

    r49942 r51298  
    10081008     * @param int    $blog_id Optional. The blog_id to prefix. Used only when prefix is requested.
    10091009     *                        Defaults to wpdb::$blogid.
    1010      * @return array Table names. When a prefix is requested, the key is the unprefixed table name.
     1010     * @return string[] Table names. When a prefix is requested, the key is the unprefixed table name.
    10111011     */
    10121012    public function tables( $scope = 'all', $prefix = true, $blog_id = 0 ) {
Note: See TracChangeset for help on using the changeset viewer.