Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/06/2009 03:07:48 AM (17 years ago)
Author:
apeatling
Message:

Converted $bp as an array to $bp as an object. See this post for more info: http://buddypress.org/forums/topic.php?id=1125

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-xprofile/bp-xprofile-filters.php

    r858 r1021  
    1717
    1818function xprofile_filter_format_field_value( $field_value, $field_type ) {
    19         if ( !isset($field_value) || $field_value == '' )
     19        if ( !isset($field_value) || empty( $field_value ) )
    2020                return false;
    2121
Note: See TracChangeset for help on using the changeset viewer.