Changeset 5159
- Timestamp:
- 11/21/2013 10:50:09 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/default/bbpress/user-subscriptions.php
r5156 r5159 26 26 <?php else : ?> 27 27 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> 29 29 30 30 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.