Changeset 16430 for trunk/wp-includes/category-template.php
- Timestamp:
- 11/17/2010 05:10:50 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/category-template.php
r16395 r16430 14 14 * 15 15 * @param int $category_id Category ID. 16 * @return string 16 * @return string|WP_Error Link on success, WP_Error if category does not exist. 17 17 */ 18 18 function get_category_link( $category_id ) { … … 960 960 * 961 961 * @param int $tag_id Tag (term) ID. 962 * @return string 962 * @return string|WP_Error Link on success, WP_Error if tag does not exist. 963 963 */ 964 964 function get_tag_link( $tag_id ) {
Note: See TracChangeset
for help on using the changeset viewer.