Skip to:
Content

bbPress.org


Ignore:
Timestamp:
05/27/2011 09:40:08 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Commit bomb of updates to breadcrumb logic:

Switch from parameters to a parse args array.
Switch from template part to function.
Add before/after HTML arguments.
Add missing breadcrumb to reply-edit, view, and topic-tag templates.
Add home link logic.
Add filters on breadcrumb items.
Add quick-bail filter at the beginning of breadcrumb function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-themes/bbp-twentyten/page-topic-tags.php

    r3130 r3241  
    2525                                                        <?php get_the_content() ? the_content() : _e( '<p>This is a collection of tags that are currently popular on our forums.</p>', 'bbpress' ); ?>
    2626
    27                                                         <?php bbp_get_template_part( 'bbpress/nav', 'breadcrumb' ); ?>
     27                                                        <?php bbp_breadcrumb(); ?>
    2828
    2929                                                        <div id="bbp-topic-hot-tags">
Note: See TracChangeset for help on using the changeset viewer.