Changeset 3778 for trunk/bp-blogs/bp-blogs-functions.php
- Timestamp:
- 01/21/2011 12:03:25 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/bp-blogs/bp-blogs-functions.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-blogs/bp-blogs-functions.php
r3761 r3778 129 129 add_action( 'update_option_blogdescription', 'bp_blogs_update_option_blogdescription', 10, 2 ); 130 130 131 function bp_blogs_record_post( $post_id, $post, $user_id = false) {131 function bp_blogs_record_post( $post_id, $post, $user_id = 0 ) { 132 132 global $bp, $wpdb; 133 133 … … 328 328 add_action( 'remove_user_from_blog', 'bp_blogs_remove_blog_for_user', 10, 2 ); 329 329 330 function bp_blogs_remove_post( $post_id, $blog_id = false, $user_id = false) {330 function bp_blogs_remove_post( $post_id, $blog_id = false, $user_id = 0 ) { 331 331 global $current_blog, $bp; 332 332 … … 368 368 } 369 369 370 function bp_blogs_total_blogs_for_user( $user_id = false) {370 function bp_blogs_total_blogs_for_user( $user_id = 0 ) { 371 371 global $bp; 372 372
Note: See TracChangeset
for help on using the changeset viewer.