Changeset 11943 for trunk/wp-includes/wp-db.php
- Timestamp:
- 09/17/2009 08:17:33 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/wp-db.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/wp-db.php
r11930 r11943 210 210 211 211 /** 212 * WordPress Comment Metadata table 213 * 214 * @since 2.9 215 * @access public 216 * @var string 217 */ 218 var $commentmeta; 219 220 /** 212 221 * WordPress User Metadata table 213 222 * … … 253 262 */ 254 263 var $tables = array('users', 'usermeta', 'posts', 'categories', 'post2cat', 'comments', 'links', 'link2cat', 'options', 255 'postmeta', 'terms', 'term_taxonomy', 'term_relationships' );264 'postmeta', 'terms', 'term_taxonomy', 'term_relationships', 'commentmeta'); 256 265 257 266 /**
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)