Changeset 8705 for trunk/src/bp-friends/bp-friends-screens.php
- Timestamp:
- 07/27/2014 05:48:17 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-friends/bp-friends-screens.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-friends/bp-friends-screens.php
r7619 r8705 83 83 <tr> 84 84 <th class="icon"></th> 85 <th class="title"><?php _e ( 'Friends', 'buddypress' ) ?></th>85 <th class="title"><?php _ex( 'Friends', 'Friend settings on notification settings page', 'buddypress' ) ?></th> 86 86 <th class="yes"><?php _e( 'Yes', 'buddypress' ) ?></th> 87 87 <th class="no"><?php _e( 'No', 'buddypress' )?></th> … … 92 92 <tr id="friends-notification-settings-request"> 93 93 <td></td> 94 <td><?php _e ( 'A member sends you a friendship request', 'buddypress' ) ?></td>94 <td><?php _ex( 'A member sends you a friendship request', 'Friend settings on notification settings page', 'buddypress' ) ?></td> 95 95 <td class="yes"><input type="radio" name="notifications[notification_friends_friendship_request]" value="yes" <?php checked( $send_requests, 'yes', true ) ?>/></td> 96 96 <td class="no"><input type="radio" name="notifications[notification_friends_friendship_request]" value="no" <?php checked( $send_requests, 'no', true ) ?>/></td> … … 98 98 <tr id="friends-notification-settings-accepted"> 99 99 <td></td> 100 <td><?php _e ( 'A member accepts your friendship request', 'buddypress' ) ?></td>100 <td><?php _ex( 'A member accepts your friendship request', 'Friend settings on notification settings page', 'buddypress' ) ?></td> 101 101 <td class="yes"><input type="radio" name="notifications[notification_friends_friendship_accepted]" value="yes" <?php checked( $accept_requests, 'yes', true ) ?>/></td> 102 102 <td class="no"><input type="radio" name="notifications[notification_friends_friendship_accepted]" value="no" <?php checked( $accept_requests, 'no', true ) ?>/></td>
Note: See TracChangeset
for help on using the changeset viewer.