Changeset 2616 for trunk/wp-includes/template-functions-category.php
- Timestamp:
- 05/27/2005 06:10:41 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/template-functions-category.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/template-functions-category.php
r2608 r2616 102 102 103 103 function get_the_category_by_ID($cat_ID) { 104 $cat_ID = (int) $cat_ID; 104 105 $category = &get_category($cat_ID); 105 106 return $category->cat_name;
Note: See TracChangeset
for help on using the changeset viewer.