First pass commentmeta implementation. See #2659 props scribu.

git-svn-id: https://develop.svn.wordpress.org/trunk@11943 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Westwood
2009-09-17 20:17:33 +00:00
parent 9a94997c21
commit 482e701639
7 changed files with 320 additions and 152 deletions
+10 -1
View File
@@ -208,6 +208,15 @@ class wpdb {
*/
var $postmeta;
/**
* WordPress Comment Metadata table
*
* @since 2.9
* @access public
* @var string
*/
var $commentmeta;
/**
* WordPress User Metadata table
*
@@ -252,7 +261,7 @@ class wpdb {
* @var array
*/
var $tables = array('users', 'usermeta', 'posts', 'categories', 'post2cat', 'comments', 'links', 'link2cat', 'options',
'postmeta', 'terms', 'term_taxonomy', 'term_relationships');
'postmeta', 'terms', 'term_taxonomy', 'term_relationships', 'commentmeta');
/**
* List of deprecated WordPress tables