Changeset 39593 for trunk/src/wp-includes/category-template.php
- Timestamp:
- 12/13/2016 02:56:32 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/category-template.php
r39549 r39593 1284 1284 1285 1285 if ( $args['link'] ) { 1286 $list .= '<a href="' . esc_url( get_ category_link( $parent->term_id) ) . '">' . $name . '</a>' . $args['separator'];1286 $list .= '<a href="' . esc_url( get_term_link( $parent->term_id, $taxonomy ) ) . '">' . $name . '</a>' . $args['separator']; 1287 1287 } else { 1288 1288 $list .= $name . $args['separator'];
Note: See TracChangeset
for help on using the changeset viewer.