Changeset 3515 for trunk/bp-groups.php
- Timestamp:
- 12/05/2010 04:48:46 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups.php
r3473 r3515 937 937 938 938 <tbody> 939 <tr >939 <tr id="groups-notification-settings-invitation"> 940 940 <td></td> 941 941 <td><?php _e( 'A member invites you to join a group', 'buddypress' ) ?></td> … … 943 943 <td class="no"><input type="radio" name="notifications[notification_groups_invite]" value="no" <?php if ( 'no' == get_user_meta( $current_user->id, 'notification_groups_invite', true ) ) { ?>checked="checked" <?php } ?>/></td> 944 944 </tr> 945 <tr >945 <tr id="groups-notification-settings-info-updated"> 946 946 <td></td> 947 947 <td><?php _e( 'Group information is updated', 'buddypress' ) ?></td> … … 949 949 <td class="no"><input type="radio" name="notifications[notification_groups_group_updated]" value="no" <?php if ( 'no' == get_user_meta( $current_user->id, 'notification_groups_group_updated', true ) ) { ?>checked="checked" <?php } ?>/></td> 950 950 </tr> 951 <tr >951 <tr id="groups-notification-settings-promoted"> 952 952 <td></td> 953 953 <td><?php _e( 'You are promoted to a group administrator or moderator', 'buddypress' ) ?></td> … … 955 955 <td class="no"><input type="radio" name="notifications[notification_groups_admin_promotion]" value="no" <?php if ( 'no' == get_user_meta( $current_user->id, 'notification_groups_admin_promotion', true ) ) { ?>checked="checked" <?php } ?>/></td> 956 956 </tr> 957 <tr >957 <tr id="groups-notification-settings-request"> 958 958 <td></td> 959 959 <td><?php _e( 'A member requests to join a private group for which you are an admin', 'buddypress' ) ?></td>
Note: See TracChangeset
for help on using the changeset viewer.