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-user-lost-pass.php

    r3130 r3241  
    2727                                                        <?php the_content(); ?>
    2828
    29                                                         <?php bbp_get_template_part( 'bbpress/nav', 'breadcrumb' ); ?>
     29                                                        <?php bbp_breadcrumb(); ?>
    3030
    3131                                                        <?php bbp_get_template_part( 'bbpress/form', 'user-lost-pass' ); ?>
Note: See TracChangeset for help on using the changeset viewer.