Changeset 5244
- Timestamp:
- 01/06/2014 07:08:32 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.5/includes/replies/template.php
r5180 r5244 1207 1207 1208 1208 // Tweak link title if empty 1209 if ( empty( $ $r['link_title'] ) ) {1209 if ( empty( $r['link_title'] ) ) { 1210 1210 $link_title = sprintf( empty( $anonymous ) ? __( 'View %s\'s profile', 'bbpress' ) : __( 'Visit %s\'s website', 'bbpress' ), bbp_get_reply_author_display_name( $reply_id ) ); 1211 1211
Note: See TracChangeset
for help on using the changeset viewer.