- Timestamp:
- 06/19/2018 02:16:50 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/activity/ajax.php
r12156 r12175 453 453 454 454 if ( empty( $response ) ) { 455 wp_send_json_error( array( 'error' => __( 'No activit es were found.', 'buddypress' ) ) );455 wp_send_json_error( array( 'error' => __( 'No activities were found.', 'buddypress' ) ) ); 456 456 } else { 457 457 wp_send_json_success( $response );
Note: See TracChangeset
for help on using the changeset viewer.