Declare $wpdb->base_prefix.
props DavidAnderson. fixes #16762. Built from https://develop.svn.wordpress.org/trunk@27249 git-svn-id: http://core.svn.wordpress.org/trunk@27106 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
51d07be5fc
commit
1b9dda7d75
@ -180,6 +180,15 @@ class wpdb {
|
||||
*/
|
||||
var $prefix = '';
|
||||
|
||||
/**
|
||||
* WordPress base table prefix.
|
||||
*
|
||||
* @since 3.0.0
|
||||
* @access public
|
||||
* @var string
|
||||
*/
|
||||
public $base_prefix;
|
||||
|
||||
/**
|
||||
* Whether the database queries are ready to start executing.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user