Skip to:
Content

BuddyPress.org

Changeset 2547 for trunk/bp-xprofile.php


Ignore:
Timestamp:
02/02/2010 09:42:06 PM (15 years ago)
Author:
apeatling
Message:

Fixing checks for spaces in values.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-xprofile.php

    r2493 r2547  
    719719        return false;
    720720
     721    if ( empty( $value ) || !strlen( trim( $value ) ) )
     722        return false;
     723
    721724    $field = new BP_XProfile_ProfileData();
    722725    $field->field_id = $field_id;
Note: See TracChangeset for help on using the changeset viewer.