Ticket #3110: ticket.3110.diff
File ticket.3110.diff, 814 bytes (added by , 14 years ago) |
---|
-
bp-themes/bp-default/members/single/settings/notifications.php
51 51 52 52 <?php do_action( 'bp_template_content' ) ?> 53 53 54 <form action="<?php echo bp_displayed_user_domain() . bp_get_settings_slug() . '/notifications'; ?>" method="post" id="settings-form">54 <form action="<?php echo bp_displayed_user_domain() . bp_get_settings_slug() . '/notifications'; ?>" method="post" class="standard-form" id="settings-form"> 55 55 <p><?php _e( 'Send a notification by email when:', 'buddypress' ); ?></p> 56 56 57 57 <?php do_action( 'bp_notification_settings' ); ?>