Skip to:
Content

BuddyPress.org

Changeset 9790


Ignore:
Timestamp:
04/23/2015 05:47:25 AM (10 years ago)
Author:
tw2113
Message:

Adds hooks documentation for a field added in 2.3.0.

See #5949.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-xprofile/classes/class-bp-xprofile-field-type.php

    r9588 r9790  
    352352                <p><a href="javascript:add_option('<?php echo esc_js( $type ); ?>')"><?php esc_html_e( 'Add Another Option', 'buddypress' ); ?></a></p>
    353353
    354                 <?php do_action( 'bp_xprofile_admin_new_field_additional_settings', $current_field ) ?>
     354                <?php
     355
     356                /**
     357                 * Fires at the end of the new field additional settings area.
     358                 *
     359                 * @since BuddyPress (2.3.0)
     360                 *
     361                 * @param BP_XProfile_Field $current_field Current field being rendered.
     362                 */
     363                do_action( 'bp_xprofile_admin_new_field_additional_settings', $current_field ) ?>
    355364            </div>
    356365        </div>
Note: See TracChangeset for help on using the changeset viewer.