Changeset 46743
- Timestamp:
- 11/18/2019 07:57:47 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-taxonomy.php
r46586 r46743 31 31 32 32 /** 33 * An array of labels for this taxonomy. 33 * Labels object for this taxonomy. 34 * 35 * If not set, tag labels are inherited for non-hierarchical types 36 * and category labels for hierarchical ones. 37 * 38 * @see get_taxonomy_labels() 34 39 * 35 40 * @since 4.7.0 36 41 * @var object 37 42 */ 38 public $labels = array();43 public $labels; 39 44 40 45 /**
Note: See TracChangeset
for help on using the changeset viewer.