Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/19/2018 02:16:50 AM (8 years ago)
Author:
boonebgorges
Message:

Fix spelling errors in Nouveau AJAX feedback.

Props garrett-eclipse.
Fixes #9515.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/includes/activity/ajax.php

    r12156 r12175  
    453453
    454454    if ( empty( $response ) ) {
    455         wp_send_json_error( array( 'error' => __( 'No activites were found.', 'buddypress' ) ) );
     455        wp_send_json_error( array( 'error' => __( 'No activities were found.', 'buddypress' ) ) );
    456456    } else {
    457457        wp_send_json_success( $response );
Note: See TracChangeset for help on using the changeset viewer.