Changeset 30184
- Timestamp:
- 11/03/2014 03:44:54 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r30141 r30184 681 681 */ 682 682 public $queried_terms = array(); 683 684 /** 685 * Database table that where the metadata's objects are stored (eg $wpdb->users). 686 * 687 * @since 4.1.0 688 * @access public 689 * @var string 690 */ 691 public $primary_table; 692 693 /** 694 * Column in primary_table that represents the ID of the object. 695 * 696 * @since 4.1.0 697 * @access public 698 * @var string 699 */ 700 public $primary_id_column; 683 701 684 702 /**
Note: See TracChangeset
for help on using the changeset viewer.