Skip to:
Content

BuddyPress.org

Changeset 2547 for trunk/bp-activity.php


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

Fixing checks for spaces in values.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity.php

    r2542 r2547  
    562562    extract( $r, EXTR_SKIP );
    563563
    564     if ( empty( $content ) )
     564    if ( empty( $content ) || !strlen( trim( $content ) ) )
    565565        return false;
    566566
Note: See TracChangeset for help on using the changeset viewer.