Error in bp_field_has_public_data
-
I noticed that using bp_field_has_data() && bp_field_has_public_data() in the profile loop stopped working on my site (I’m using the facebuddy theme which I migrated over to the new template system).
Has the code which determines if a field has data now decide if something is public or not? If not, the code looks like it longer does what it is supposed to:
217 function bp_field_has_public_data() {
218 global $profile_template;
220 if ( $profile_template->field_has_data )
221 return true;
223 return false;
224 }
Patiently Pondering,
-Stoppay
- The topic ‘Error in bp_field_has_public_data’ is closed to new replies.