Changeset 40049 for trunk/src/wp-includes/class-wp-taxonomy.php
- Timestamp:
- 02/06/2017 07:38:36 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-taxonomy.php
r38747 r40049 334 334 } 335 335 336 $args['name'] = $this->name; 337 336 338 foreach ( $args as $property_name => $property_value ) { 337 339 $this->$property_name = $property_value;
Note: See TracChangeset
for help on using the changeset viewer.