Changeset 2840 for branches/1.2/bp-blogs/bp-blogs-templatetags.php
- Timestamp:
- 03/12/2010 12:42:49 PM (16 years ago)
- File:
-
- 1 edited
-
branches/1.2/bp-blogs/bp-blogs-templatetags.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/bp-blogs/bp-blogs-templatetags.php
r2820 r2840 145 145 146 146 $blogs_template = new BP_Blogs_Template( $type, $page, $per_page, $max, $user_id, $search_terms ); 147 return $blogs_template->has_blogs();147 return apply_filters( 'bp_has_blogs', $blogs_template->has_blogs(), &$blogs_template ); 148 148 } 149 149
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)