Changeset 49790 for trunk/src/wp-includes/class-wp-taxonomy.php
- Timestamp:
- 12/10/2020 11:57:29 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-taxonomy.php
r49451 r49790 39 39 * 40 40 * @since 4.7.0 41 * @var object41 * @var stdClass 42 42 */ 43 43 public $labels; … … 153 153 * 154 154 * @since 4.7.0 155 * @var object155 * @var stdClass 156 156 */ 157 157 public $cap; … … 239 239 /** 240 240 * Constructor. 241 * 242 * See the register_taxonomy() function for accepted arguments for `$args`. 241 243 * 242 244 * @since 4.7.0 … … 257 259 /** 258 260 * Sets taxonomy properties. 261 * 262 * See the register_taxonomy() function for accepted arguments for `$args`. 259 263 * 260 264 * @since 4.7.0 … … 272 276 * 273 277 * @param array $args Array of arguments for registering a taxonomy. 278 * See the register_taxonomy() function for accepted arguments. 274 279 * @param string $taxonomy Taxonomy key. 275 280 * @param string[] $object_type Array of names of object types for the taxonomy.
Note: See TracChangeset
for help on using the changeset viewer.