Skip to:
Content

BuddyPress.org

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

    r3479 r3515  
    120120
    121121        <tbody>
    122             <tr>
     122            <tr id="friends-notification-settings-request">
    123123                <td></td>
    124124                <td><?php _e( 'A member sends you a friendship request', 'buddypress' ) ?></td>
     
    126126                <td class="no"><input type="radio" name="notifications[notification_friends_friendship_request]" value="no" <?php if ( get_user_meta( $current_user->id, 'notification_friends_friendship_request', true ) == 'no' ) { ?>checked="checked" <?php } ?>/></td>
    127127            </tr>
    128             <tr>
     128            <tr id="friends-notification-settings-accepted">
    129129                <td></td>
    130130                <td><?php _e( 'A member accepts your friendship request', 'buddypress' ) ?></td>
Note: See TracChangeset for help on using the changeset viewer.