Changeset 6141 for trunk/src/includes/extend/buddypress/notifications.php
- Timestamp:
- 12/08/2016 04:14:17 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/extend/buddypress/notifications.php
r5951 r6141 166 166 // Check current user's ability to edit the user 167 167 } elseif ( !current_user_can( 'edit_user', $user_id ) ) { 168 bbp_add_error( 'bbp_notification_permission s', __( '<strong>ERROR</strong>: You do not have permission to mark notifications for that user.', 'bbpress' ) );168 bbp_add_error( 'bbp_notification_permission', __( '<strong>ERROR</strong>: You do not have permission to mark notifications for that user.', 'bbpress' ) ); 169 169 } 170 170
Note: See TracChangeset
for help on using the changeset viewer.