~canonical-sysadmins/wordpress/4.8.2

« back to all changes in this revision

Viewing changes to wp-includes/class-wp-taxonomy.php

  • Committer: axino
  • Date: 2017-03-07 07:21:12 UTC
  • mfrom: (1.1.23 upstream)
  • Revision ID: axino@canonical.com-20170307072112-9g3xb2f6bb0skh02
Merge WP4.7.3 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
333
333
                        }
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;
338
340
                }