Changeset 34529 for trunk/src/wp-includes/wp-db.php
- Timestamp:
- 09/25/2015 03:58:59 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/wp-db.php
r34478 r34529 267 267 */ 268 268 var $tables = array( 'posts', 'comments', 'links', 'options', 'postmeta', 269 'terms', 'term_taxonomy', 'term_relationships', ' commentmeta' );269 'terms', 'term_taxonomy', 'term_relationships', 'termmeta', 'commentmeta' ); 270 270 271 271 /** … … 382 382 */ 383 383 public $term_taxonomy; 384 385 /** 386 * WordPress Term Meta table. 387 * 388 * @since 4.4.0 389 * @access public 390 * @var string 391 */ 392 public $termmeta; 384 393 385 394 /*
Note: See TracChangeset
for help on using the changeset viewer.