Changeset 1844 for trunk/bp-wire/bp-wire-templatetags.php
- Timestamp:
- 09/10/2009 06:34:52 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/bp-wire/bp-wire-templatetags.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-wire/bp-wire-templatetags.php
r1834 r1844 120 120 121 121 $wire_posts_template = new BP_Wire_Posts_Template( $item_id, $component_slug, $can_post, $per_page, $max ); 122 return $wire_posts_template->has_wire_posts();122 return apply_filters( 'bp_has_wire_posts', $wire_posts_template->has_wire_posts(), &$wire_posts_template ); 123 123 } 124 124
Note: See TracChangeset
for help on using the changeset viewer.