Bug in bxcft_edit_render_new_xprofile_field
-
You have a bug in bxcft_edit_render_new_xprofile_field on line 203.
Using
emptyinif(empty ($echo)){ $echo = true; }means$echocan never be false.is_boolwould be a better solution to sanitize the parameter.http://wordpress.org/plugins/buddypress-xprofile-custom-fields-type/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Bug in bxcft_edit_render_new_xprofile_field’ is closed to new replies.