mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
Docs: Corrections and improvements to types used in docblocks for symbols, properties, and filters.
See #53399 git-svn-id: https://develop.svn.wordpress.org/trunk@51298 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1007,7 +1007,7 @@ class wpdb {
|
||||
* then the custom users and usermeta tables will be mapped. Default true.
|
||||
* @param int $blog_id Optional. The blog_id to prefix. Used only when prefix is requested.
|
||||
* Defaults to wpdb::$blogid.
|
||||
* @return array Table names. When a prefix is requested, the key is the unprefixed table name.
|
||||
* @return string[] Table names. When a prefix is requested, the key is the unprefixed table name.
|
||||
*/
|
||||
public function tables( $scope = 'all', $prefix = true, $blog_id = 0 ) {
|
||||
switch ( $scope ) {
|
||||
|
||||
Reference in New Issue
Block a user