Changeset 3515 for trunk/bp-friends.php
- Timestamp:
- 12/05/2010 04:48:46 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/bp-friends.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-friends.php
r3479 r3515 120 120 121 121 <tbody> 122 <tr >122 <tr id="friends-notification-settings-request"> 123 123 <td></td> 124 124 <td><?php _e( 'A member sends you a friendship request', 'buddypress' ) ?></td> … … 126 126 <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> 127 127 </tr> 128 <tr >128 <tr id="friends-notification-settings-accepted"> 129 129 <td></td> 130 130 <td><?php _e( 'A member accepts your friendship request', 'buddypress' ) ?></td>
Note: See TracChangeset
for help on using the changeset viewer.