Re: Error in bp_field_has_public_data
I am running buddypress 1.1.2
Viewing the code I downloaded for buddypress downloads.wordpress.org, if you start at line 236 is the only place the word public appears… the code is still the same:
function bp_field_has_public_data() {
global $profile_template;
if ( $profile_template->field_has_data )
return true;
return false;
}