- Timestamp:
- 05/21/2018 01:00:36 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/activity/ajax.php
r12082 r12104 453 453 454 454 if ( empty( $response ) ) { 455 wp_send_json_error( array( 'error' => __( 'No items were found.', 'buddypress' ) ) );455 wp_send_json_error( array( 'error' => __( 'No activites were found.', 'buddypress' ) ) ); 456 456 } else { 457 457 wp_send_json_success( $response ); … … 580 580 'feedback' => sprintf( 581 581 '<div class="bp-feedback bp-messages error">%s</div>', 582 esc_html__( 'There was a problem spamming this item. Please try again.', 'buddypress' )582 esc_html__( 'There was a problem marking this activity as spam. Please try again.', 'buddypress' ) 583 583 ), 584 584 ); … … 629 629 if ( ! empty( $_POST['is_single'] ) ) { 630 630 $response['redirect'] = bp_core_get_user_domain( $activity->user_id ); 631 bp_core_add_message( __( 'Th e activity itemhas been marked as spam and is no longer visible.', 'buddypress' ) );631 bp_core_add_message( __( 'This activity has been marked as spam and is no longer visible.', 'buddypress' ) ); 632 632 } 633 633
Note: See TracChangeset
for help on using the changeset viewer.