Changeset 4961 for trunk/bp-xprofile/bp-xprofile-template.php
- Timestamp:
- 08/10/2011 06:32:02 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-template.php
r4958 r4961 196 196 function bp_get_field_css_class( $class = false ) { 197 197 global $profile_template; 198 198 199 199 $css_classes = array(); 200 200 … … 710 710 if ( !$group_id = bp_action_variable( 1 ) ) 711 711 $group_id = 1; 712 712 713 713 if ( !is_numeric( $group_id ) ) 714 714 $group_id = 1;
Note: See TracChangeset
for help on using the changeset viewer.