Skip to:
Content

BuddyPress.org

Changeset 3515 for trunk/bp-activity.php


Ignore:
Timestamp:
12/05/2010 04:48:46 PM (16 years ago)
Author:
boonebgorges
Message:

Adds ids to specific notification settings rows. Fixes #2534

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity.php

    r3492 r3515  
    215215
    216216                <tbody>
    217                         <tr>
     217                        <tr id="activity-notification-settings-mentions">
    218218                                <td></td>
    219219                                <td><?php printf( __( 'A member mentions you in an update using "@%s"', 'buddypress' ), bp_core_get_username( $bp->loggedin_user->id, $bp->loggedin_user->userdata->user_nicename, $bp->loggedin_user->userdata->user_login ) ) ?></td>
     
    221221                                <td class="no"><input type="radio" name="notifications[notification_activity_new_mention]" value="no" <?php if ( 'no' == get_user_meta( $bp->loggedin_user->id, 'notification_activity_new_mention', true ) ) { ?>checked="checked" <?php } ?>/></td>
    222222                        </tr>
    223                         <tr>
     223                        <tr id="activity-notification-settings-replies">
    224224                                <td></td>
    225225                                <td><?php _e( "A member replies to an update or comment you've posted", 'buddypress' ) ?></td>
Note: See TracChangeset for help on using the changeset viewer.