Changeset 9790
- Timestamp:
- 04/23/2015 05:47:25 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/classes/class-bp-xprofile-field-type.php
r9588 r9790 352 352 <p><a href="javascript:add_option('<?php echo esc_js( $type ); ?>')"><?php esc_html_e( 'Add Another Option', 'buddypress' ); ?></a></p> 353 353 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 ) ?> 355 364 </div> 356 365 </div>
Note: See TracChangeset
for help on using the changeset viewer.