Skip to:
Content

BuddyPress.org

Changeset 3515 for trunk/bp-messages.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-messages.php

    r3364 r3515  
    180180
    181181        <tbody>
    182             <tr>
     182            <tr id="messages-notification-settings-new-message">
    183183                <td></td>
    184184                <td><?php _e( 'A member sends you a new message', 'buddypress' ) ?></td>
     
    186186                <td class="no"><input type="radio" name="notifications[notification_messages_new_message]" value="no" <?php if ( 'no' == get_user_meta( $current_user->id, 'notification_messages_new_message', true ) ) { ?>checked="checked" <?php } ?>/></td>
    187187            </tr>
    188             <tr>
     188            <tr id="messages-notification-settings-new-site-notice">
    189189                <td></td>
    190190                <td><?php _e( 'A new site notice is posted', 'buddypress' ) ?></td>
Note: See TracChangeset for help on using the changeset viewer.