Changeset 51298 for trunk/src/wp-includes/wp-db.php
- Timestamp:
- 07/01/2021 09:01:17 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/wp-db.php
r49942 r51298 1008 1008 * @param int $blog_id Optional. The blog_id to prefix. Used only when prefix is requested. 1009 1009 * Defaults to wpdb::$blogid. 1010 * @return arrayTable 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. 1011 1011 */ 1012 1012 public function tables( $scope = 'all', $prefix = true, $blog_id = 0 ) {
Note: See TracChangeset
for help on using the changeset viewer.