Skip to:
Content

bbPress.org

Changeset 3285


Ignore:
Timestamp:
06/01/2011 12:14:27 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Add filter that allows breadcrumb to be manipulated immediately before extraction.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-includes/bbp-common-template.php

    r3283 r3285  
    13281328            'current_text'    => $pre_current_text
    13291329        );
    1330         $r = wp_parse_args( $args, $defaults );
     1330        $r = apply_filters( 'bbp_get_breadcrumb_pre', wp_parse_args( $args, $defaults ) );     
    13311331        extract( $r );
    13321332
Note: See TracChangeset for help on using the changeset viewer.