Changeset 48586 for trunk/src/wp-admin/includes/schema.php
- Timestamp:
- 07/23/2020 07:59:16 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/schema.php
r48575 r48586 30 30 * @global wpdb $wpdb WordPress database abstraction object. 31 31 * 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. 34 34 * @return string The SQL needed to create the requested tables. 35 35 */
Note: See TracChangeset
for help on using the changeset viewer.