Changeset 42367 for trunk/src/wp-includes/category-template.php
- Timestamp:
- 12/04/2017 09:02:10 PM (7 years ago)
- File:
-
- 1 edited
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.