Skip to:
Content

BuddyPress.org

Ticket #6272: buddypress.patch

File buddypress.patch, 575 bytes (added by svenl77, 10 years ago)

Add options to multi fields without the need to replicate the code

  • bp-xprofile/classes/class-bp-xprofile-field-type.php

     
    273273
    274274                                <?php
    275275
     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
    276279                                // Does option have children?
    277280                                $options = $current_field->get_children( true );
    278281