Changeset 7013
- Timestamp:
- 12/10/2019 03:17:18 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/users/engagements.php
r6923 r7013 614 614 // Check current user's ability to edit the user 615 615 } elseif ( ! current_user_can( 'edit_user', $user_id ) ) { 616 bbp_add_error( 'bbp_favorite_permission', __( '<strong>ERROR</strong>: You do not have permission to edit favorites for that user !.', 'bbpress' ) );616 bbp_add_error( 'bbp_favorite_permission', __( '<strong>ERROR</strong>: You do not have permission to edit favorites for that user.', 'bbpress' ) ); 617 617 } 618 618
Note: See TracChangeset
for help on using the changeset viewer.