Skip to:
Content

BuddyPress.org


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

Fix spelling errors in Nouveau AJAX feedback.

Merges [12175] to the 3.0 branch.

Props garrett-eclipse.
Fixes #9515.

Location:
branches/3.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0

    • Property svn:mergeinfo changed
      /trunk (added)merged: 12175
  • branches/3.0/src/bp-templates/bp-nouveau/includes/activity/ajax.php

    r12157 r12176  
    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.