Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/26/2011 11:22:22 PM (14 years ago)
Author:
djpaul
Message:

Fix PHP notices when previewing blog posts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-blogs/bp-blogs-functions.php

    r3937 r3940  
    129129add_action( 'update_option_blogdescription', 'bp_blogs_update_option_blogdescription', 10, 2 );
    130130
    131 function bp_blogs_record_post( &$post_id, &$post, $user_id = 0 ) {
     131function bp_blogs_record_post( $post_id, $post, $user_id = 0 ) {
    132132    global $bp, $wpdb;
    133133
Note: See TracChangeset for help on using the changeset viewer.