Changeset 12241
- Timestamp:
- 11/20/2009 02:23:41 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/taxonomy.php
r12229 r12241 2225 2225 } else { 2226 2226 $termlink = str_replace("%$taxonomy%", $slug, $termlink); 2227 $termlink = trailingslashit( get_option('home')) . user_trailingslashit($termlink, 'category');2227 $termlink = get_option('home') . user_trailingslashit($termlink, 'category'); 2228 2228 } 2229 2229 return apply_filters('term_link', $termlink, $term, $taxonomy);
Note: See TracChangeset
for help on using the changeset viewer.