Skip to:
Content

bbPress.org

Changeset 7178


Ignore:
Timestamp:
01/03/2021 07:50:18 AM (5 years ago)
Author:
johnjamesjacoby
Message:

Replies: add missing period at the end of error string in bbp_move_reply_handler().

In branches/2.6 for 2.6.7. See #3366.

Props immeet94.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.6/src/includes/replies/functions.php

    r7169 r7178  
    12201220
    12211221    if ( empty( $_POST['bbp_reply_id'] ) ) {
    1222         bbp_add_error( 'bbp_move_reply_reply_id', __( '<strong>Error</strong>: A reply ID is required', 'bbpress' ) );
     1222        bbp_add_error( 'bbp_move_reply_reply_id', __( '<strong>Error</strong>: A reply ID is required.', 'bbpress' ) );
    12231223    } else {
    12241224        $move_reply_id = (int) $_POST['bbp_reply_id'];
Note: See TracChangeset for help on using the changeset viewer.