Skip to:
Content

bbPress.org

Changeset 7012


Ignore:
Timestamp:
12/10/2019 03:16:51 PM (4 years ago)
Author:
johnjamesjacoby
Message:

Engagements: stop shouting.

This commit removes the last remaining exclamation mark from some engagements feedback.

Props casiepa. Fixes #3293. For 2.6.3, branches/2.6.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.6/src/includes/users/engagements.php

    r6923 r7012  
    614614    // Check current user's ability to edit the user
    615615    } 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' ) );
    617617    }
    618618
Note: See TracChangeset for help on using the changeset viewer.