Changeset 5705 for trunk/bp-activity/bp-activity-screens.php
- Timestamp:
- 02/11/2012 03:21:00 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/bp-activity/bp-activity-screens.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-screens.php
r5704 r5705 287 287 <tr id="activity-notification-settings-mentions"> 288 288 <td> </td> 289 <td><?php printf( __( 'A member mentions you in an update using "@%s"', 'buddypress' ), bp_core_get_username( bp_displayed_user_id() , $bp->displayed_user->userdata->user_nicename, $bp->displayed_user->userdata->user_login) ) ?></td>289 <td><?php printf( __( 'A member mentions you in an update using "@%s"', 'buddypress' ), bp_core_get_username( bp_displayed_user_id() ) ) ?></td> 290 290 <td class="yes"><input type="radio" name="notifications[notification_activity_new_mention]" value="yes" <?php checked( $mention, 'yes', true ) ?>/></td> 291 291 <td class="no"><input type="radio" name="notifications[notification_activity_new_mention]" value="no" <?php checked( $mention, 'no', true ) ?>/></td>
Note: See TracChangeset
for help on using the changeset viewer.