Changeset 3515 for trunk/bp-messages.php
- Timestamp:
- 12/05/2010 04:48:46 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/bp-messages.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-messages.php
r3364 r3515 180 180 181 181 <tbody> 182 <tr >182 <tr id="messages-notification-settings-new-message"> 183 183 <td></td> 184 184 <td><?php _e( 'A member sends you a new message', 'buddypress' ) ?></td> … … 186 186 <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> 187 187 </tr> 188 <tr >188 <tr id="messages-notification-settings-new-site-notice"> 189 189 <td></td> 190 190 <td><?php _e( 'A new site notice is posted', 'buddypress' ) ?></td>
Note: See TracChangeset
for help on using the changeset viewer.