Skip to:
Content

BuddyPress.org

Changeset 1512 for trunk/bp-messages.php


Ignore:
Timestamp:
06/04/2009 10:52:43 PM (17 years ago)
Author:
apeatling
Message:

updated to latest buddypress

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-messages.php

    r1506 r1512  
    179179        // Remove any saved message data from a previous session.
    180180        messages_remove_callback_values();
    181        
    182         //var_dump($_POST['send_to_usernames']);
    183        
     181
     182        // Require the auto
    184183        $recipients = false;
    185184        if ( empty( $_POST['send_to_usernames'] ) ) {
     
    571570}
    572571
     572
    573573function messages_get_unread_count( $user_id = false ) {
    574574        global $bp;
Note: See TracChangeset for help on using the changeset viewer.