Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
08/13/2011 09:56:37 PM (14 years ago)
Author:
djpaul
Message:

Fix display of multiple checkboxes in profile fields. Fixes #3478, props ptahdunbar

File:
1 edited

Legend:

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

    r4961 r4975  
    539539                    // First, check to see whether the user's saved values
    540540                    // match the option
    541                     for ( $j = 0, $count = count( $option_values ); $j < $count; ++$j ) {
     541                    for ( $j = 0, $count_values = count( $option_values ); $j < $count_values; ++$j ) {
    542542
    543543                        // Run the allowed option name through the
Note: See TracChangeset for help on using the changeset viewer.