Changeset 4618 for trunk/includes/common/template-tags.php
- Timestamp:
- 12/21/2012 09:23:05 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/includes/common/template-tags.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/common/template-tags.php
r4607 r4618 2243 2243 } elseif ( bbp_is_topic_tag_edit() ) { 2244 2244 $crumbs[] = '<a href="' . get_term_link( bbp_get_topic_tag_id(), bbp_get_topic_tag_tax_id() ) . '" class="bbp-breadcrumb-topic-tag">' . sprintf( __( 'Topic Tag: %s', 'bbpress' ), bbp_get_topic_tag_name() ) . '</a>'; 2245 2246 // Search 2247 } elseif ( bbp_is_search() && bbp_get_search_terms() ) { 2248 $crumbs[] = '<a href="' . home_url( bbp_get_search_slug() ) . '" class="bbp-breadcrumb-search">' . __( 'Search', 'bbpress' ) . '</a>'; 2245 2249 } 2246 2250
Note: See TracChangeset
for help on using the changeset viewer.