Add missing instance var. Props filosofo. see #4806
git-svn-id: http://svn.automattic.com/wordpress/trunk@6046 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
827ed61968
commit
a40345190e
|
@ -34,6 +34,7 @@ class wpdb {
|
||||||
var $optiongroups;
|
var $optiongroups;
|
||||||
var $optiongroup_options;
|
var $optiongroup_options;
|
||||||
var $postmeta;
|
var $postmeta;
|
||||||
|
var $usermeta;
|
||||||
var $terms;
|
var $terms;
|
||||||
var $term_taxonomy;
|
var $term_taxonomy;
|
||||||
var $term_relationships;
|
var $term_relationships;
|
||||||
|
|
Loading…
Reference in New Issue