Ticket #6272: buddypress.patch
File buddypress.patch, 575 bytes (added by , 10 years ago) |
---|
-
bp-xprofile/classes/class-bp-xprofile-field-type.php
273 273 274 274 <?php 275 275 276 // Add options to multi fields without the need to replicate the code 277 do_action('admin_new_field_html_additional_options', $current_field); 278 276 279 // Does option have children? 277 280 $options = $current_field->get_children( true ); 278 281