Skip to:
Content

bbPress.org

Changeset 6985


Ignore:
Timestamp:
11/22/2019 08:12:51 PM (4 years ago)
Author:
johnjamesjacoby
Message:

Subscriptions: correct a typo when a failure occurs.

Props webaware. Fixes #3289. For 2.7, trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/templates/default/bbpress-functions.php

    r6968 r6985  
    319319        // Bail if topic cannot be found
    320320        if ( empty( $object ) ) {
    321             bbp_ajax_response( false, esc_html__( 'Subcription failed.', 'bbpress' ), 303 );
     321            bbp_ajax_response( false, esc_html__( 'Subscription failed.', 'bbpress' ), 303 );
    322322        }
    323323
Note: See TracChangeset for help on using the changeset viewer.