Skip to:
Content

BuddyPress.org

Ticket #6497: bp-core-widgets.php.patch

File bp-core-widgets.php.patch, 757 bytes (added by m@…, 10 years ago)

Created action hook bp_login_widget_login_form as applied in BP Default theme

  • src/bp-core/bp-core-widgets.php

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
     
    124124
    125125                                        <span class="bp-login-widget-register-link"><?php printf( __( '<a href="%s" title="Register for a new account">Register</a>', 'buddypress' ), bp_get_signup_page() ); ?></span>
    126126
    127                                 <?php endif; ?>
     127                                <?php endif;
     128
     129                                /**
     130                                 * Fires after the display of widget content if logged out.
     131                                 *
     132                                 * @since BuddyPress (2.*)
     133                                 */
     134                                do_action( 'bp_login_widget_login_form' ); ?>
    128135
    129136                        </form>
    130137