Changeset 39611 for branches/4.7/src/wp-includes/taxonomy.php
- Timestamp:
- 12/16/2016 05:49:02 AM (8 years ago)
- Location:
- branches/4.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.7
-
branches/4.7/src/wp-includes/taxonomy.php
r39476 r39611 1872 1872 $object_ids = array_map('intval', $object_ids); 1873 1873 1874 $args = wp_parse_args( $args ); 1875 1874 1876 $args['taxonomy'] = $taxonomies; 1875 1877 $args['object_ids'] = $object_ids;
Note: See TracChangeset
for help on using the changeset viewer.