Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/09/2009 06:52:51 AM (17 years ago)
Author:
apeatling
Message:

Added nonce security checks to all BuddyPress actions. Fixes #454

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups/bp-groups-classes.php

    r1025 r1032  
    164164        }
    165165       
    166         if ( false == $wpdb->query($sql) )
     166        if ( false === $wpdb->query($sql) )
    167167            return false;
    168168       
Note: See TracChangeset for help on using the changeset viewer.