Skip to:
Content

BuddyPress.org

Ticket #8143: manage-signups.2.diff

File manage-signups.2.diff, 611 bytes (added by zishanj, 5 years ago)

updated hook names and moved first hook outside if statement

  • src/bp-members/classes/class-bp-members-admin.php

     
    21552155
    21562156                                                                <?php endif; ?>
    21572157
     2158                                                                <?php do_action( 'bp_activate_signup_confirmation_details', $signup ); ?>
     2159
    21582160                                                        </tbody>
    21592161                                                </table>
     2162
     2163                                                <?php do_action( 'bp_activate_signup_confirmation_after_details', $signup->signup_id ); ?>
     2164                                               
    21602165                                        <?php endif; ?>
    21612166
    21622167                                        <?php if ( 'resend' == $action ) : ?>