Changeset 6618
- Timestamp:
- 07/09/2017 03:35:09 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/templates/default/bbpress/user-topics-created.php
r6258 r6618 28 28 29 29 <p><?php bbp_is_user_home() 30 ? esc_html_e( 'You have not created any topics.', 'bbpress' )31 : esc_html_e( 'This user has not created any topics.', 'bbpress' );30 ? esc_html_e( 'You have not started any topics.', 'bbpress' ) 31 : esc_html_e( 'This user has not started any topics.', 'bbpress' ); 32 32 ?></p> 33 33
Note: See TracChangeset
for help on using the changeset viewer.