diff --git a/src/wp-includes/wp-db.php b/src/wp-includes/wp-db.php index 1eb3970ca1..6426bd367a 100644 --- a/src/wp-includes/wp-db.php +++ b/src/wp-includes/wp-db.php @@ -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. *