Changeset 22116
- Timestamp:
- 10/04/2012 06:30:57 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/category.php
r21792 r22116 186 186 function get_cat_name( $cat_id ) { 187 187 $cat_id = (int) $cat_id; 188 $category = &get_category( $cat_id );188 $category = get_category( $cat_id ); 189 189 if ( ! $category || is_wp_error( $category ) ) 190 190 return '';
Note: See TracChangeset
for help on using the changeset viewer.