Skip to:
Content

bbPress.org

Changeset 7177


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

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

In trunk for 2.7.0. See #3366.

Props immeet94.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/replies/functions.php

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