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/schema.php

    r48575 r48586  
    3030 * @global wpdb $wpdb WordPress database abstraction object.
    3131 *
    32  * @param string $scope Optional. The tables for which to retrieve SQL. Can be all, global, ms_global, or blog tables. Defaults to all.
    33  * @param int $blog_id Optional. The site ID for which to retrieve SQL. Default is the current site ID.
     32 * @param string $scope   Optional. The tables for which to retrieve SQL. Can be all, global, ms_global, or blog tables. Defaults to all.
     33 * @param int    $blog_id Optional. The site ID for which to retrieve SQL. Default is the current site ID.
    3434 * @return string The SQL needed to create the requested tables.
    3535 */
Note: See TracChangeset for help on using the changeset viewer.