Changeset 47122 for trunk/src/wp-includes/category.php
- Timestamp:
- 01/29/2020 12:43:23 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/category.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/category.php
r46891 r47122 37 37 $args['taxonomy'] = apply_filters( 'get_categories_taxonomy', $args['taxonomy'], $args ); 38 38 39 // Back compat 39 // Back compat. 40 40 if ( isset( $args['type'] ) && 'link' == $args['type'] ) { 41 41 _deprecated_argument(
Note: See TracChangeset
for help on using the changeset viewer.