Changeset 47122 for trunk/src/wp-admin/includes/taxonomy.php
- Timestamp:
- 01/29/2020 12:43:23 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/taxonomy.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/taxonomy.php
r46662 r47122 8 8 9 9 // 10 // Category 10 // Category. 11 11 // 12 12 … … 193 193 } 194 194 195 // First, get all of the original fields 195 // First, get all of the original fields. 196 196 $category = get_term( $cat_ID, 'category', ARRAY_A ); 197 197 _make_cat_compat( $category ); … … 207 207 208 208 // 209 // Tags 209 // Tags. 210 210 // 211 211
Note: See TracChangeset
for help on using the changeset viewer.