Skip to:
Content

bbPress.org


Ignore:
Timestamp:
05/27/2011 09:40:08 AM (14 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-create-topic.php

    r3130 r3241  
    2525                            <?php the_content(); ?>
    2626
    27                             <?php bbp_get_template_part( 'bbpress/nav', 'breadcrumb' ); ?>
     27                            <?php bbp_breadcrumb(); ?>
    2828
    2929                            <?php bbp_get_template_part( 'bbpress/form', 'topic' ); ?>
Note: See TracChangeset for help on using the changeset viewer.