Loading wp-includes/wp-db.php +9 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
wp-includes/wp-db.php +9 −0 Original line number Diff line number Diff line Loading @@ -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