Skip to:
Content

BuddyPress.org

Changeset 4163


Ignore:
Timestamp:
04/06/2011 07:12:01 PM (15 years ago)
Author:
boonebgorges
Message:

Ensure datebox select values are properly filtered.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-xprofile/bp-xprofile-templatetags.php

    r4082 r4163  
    522522                }
    523523
    524                 apply_filters( 'bp_get_the_profile_field_datebox', $html, $day, $month, $year, $default_select );
     524                $html = apply_filters( 'bp_get_the_profile_field_datebox', $html, $day, $month, $year, $default_select );
    525525
    526526                break;
Note: See TracChangeset for help on using the changeset viewer.