Skip to:
Content

bbPress.org

Changeset 5159


Ignore:
Timestamp:
11/21/2013 10:50:09 PM (10 years ago)
Author:
netweb
Message:

Fix copy pasta in user profile subscriptions template. See #2299

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/default/bbpress/user-subscriptions.php

    r5156 r5159  
    2626                    <?php else : ?>
    2727
    28                         <p><?php bbp_is_user_home() ? _e( 'You are not currently subscribed to any forums.', 'bbpress' ) : _e( 'This user is not currently subscribed to any topics.', 'bbpress' ); ?></p>
     28                        <p><?php bbp_is_user_home() ? _e( 'You are not currently subscribed to any forums.', 'bbpress' ) : _e( 'This user is not currently subscribed to any forums.', 'bbpress' ); ?></p>
    2929
    3030                    <?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.