Changeset 3285
- Timestamp:
- 06/01/2011 12:14:27 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-common-template.php
r3283 r3285 1328 1328 'current_text' => $pre_current_text 1329 1329 ); 1330 $r = wp_parse_args( $args, $defaults );1330 $r = apply_filters( 'bbp_get_breadcrumb_pre', wp_parse_args( $args, $defaults ) ); 1331 1331 extract( $r ); 1332 1332
Note: See TracChangeset
for help on using the changeset viewer.