Changeset 42367
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/category-template.php
r42366 r42367 108 108 function get_the_category_by_ID( $cat_ID ) { 109 109 $cat_ID = (int) $cat_ID; 110 $category = get_term( $cat_ID , 'category');110 $category = get_term( $cat_ID ); 111 111 112 112 if ( is_wp_error( $category ) ) {
Note: See TracChangeset
for help on using the changeset viewer.