Changeset 6139
- Timestamp:
- 12/08/2016 03:45:40 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/replies/functions.php
r6138 r6139 1630 1630 $reply = bbp_get_reply( $reply_id ); 1631 1631 if ( empty( $reply ) ) { 1632 bbp_add_error( 'bbp_toggle_reply_ exists', __( '<strong>ERROR:</strong> This reply could not be found or no longer exists.', 'bbpress' ) );1632 bbp_add_error( 'bbp_toggle_reply_missing', __( '<strong>ERROR:</strong> This reply could not be found or no longer exists.', 'bbpress' ) ); 1633 1633 return; 1634 1634 }
Note: See TracChangeset
for help on using the changeset viewer.