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/single-forum.php

    r3168 r3241  
    2525                            <div class="entry-content">
    2626
    27                                 <?php bbp_get_template_part( 'bbpress/nav', 'breadcrumb' ); ?>
     27                                <?php bbp_breadcrumb(); ?>
    2828
    2929                                <?php if ( post_password_required() ) : ?>
Note: See TracChangeset for help on using the changeset viewer.