Changeset 3778 for trunk/bp-blogs/bp-blogs-template.php
- Timestamp:
- 01/21/2011 12:03:25 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/bp-blogs/bp-blogs-template.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-blogs/bp-blogs-template.php
r3761 r3778 119 119 */ 120 120 $type = 'active'; 121 $user_id = false;121 $user_id = 0; 122 122 $search_terms = null; 123 123 … … 295 295 add_filter( 'bp_get_total_blog_count', 'bp_core_number_format' ); 296 296 297 function bp_total_blog_count_for_user( $user_id = false) {297 function bp_total_blog_count_for_user( $user_id = 0 ) { 298 298 echo bp_get_total_blog_count_for_user( $user_id ); 299 299 } 300 function bp_get_total_blog_count_for_user( $user_id = false) {300 function bp_get_total_blog_count_for_user( $user_id = 0 ) { 301 301 return apply_filters( 'bp_get_total_blog_count_for_user', bp_blogs_total_blogs_for_user( $user_id ) ); 302 302 }
Note: See TracChangeset
for help on using the changeset viewer.