Changeset 5085 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/user-details.php
- Timestamp:
- 03/06/2017 12:36:40 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/user-details.php
r5084 r5085 25 25 <li class="<?php if ( bbp_is_single_user_profile() ) :?>current<?php endif; ?>"> 26 26 <span class="vcard bbp-user-profile-link"> 27 <a class="url fn n" href="<?php bbp_user_profile_url(); ?>" title="<?php printf( esc_attr__( "%s's Profile", 'bbpress' ), bbp_get_displayed_user_field( 'display_name' ) ); ?>" rel="me"><?php esc_html_e( 'Profile', 'bbpress' ); ?></a> 27 <a class="url fn n" href="<?php bbp_user_profile_url(); ?>" title="<?php 28 /* translators: %s: user's display name */ 29 printf( esc_attr__( "%s's Profile", 'wporg-forums' ), bbp_get_displayed_user_field( 'display_name' ) ); 30 ?>" rel="me"><?php esc_html_e( 'Profile', 'wporg-forums' ); ?></a> 28 31 </span> 29 32 </li> … … 31 34 <li class="<?php if ( bbp_is_single_user_topics() ) :?>current<?php endif; ?>"> 32 35 <span class='bbp-user-topics-created-link'> 33 <a href="<?php bbp_user_topics_created_url(); ?>" title="<?php printf( esc_attr__( "%s's Topics Started", 'bbpress' ), bbp_get_displayed_user_field( 'display_name' ) ); ?>"><?php esc_html_e( 'Topics Started', 'bbpress' ); ?></a> 36 <a href="<?php bbp_user_topics_created_url(); ?>" title="<?php 37 /* translators: %s: user's display name */ 38 printf( esc_attr__( "%s's Topics Started", 'wporg-forums' ), bbp_get_displayed_user_field( 'display_name' ) ); 39 ?>"><?php esc_html_e( 'Topics Started', 'wporg-forums' ); ?></a> 34 40 </span> 35 41 </li> … … 37 43 <li class="<?php if ( bbp_is_single_user_replies() ) :?>current<?php endif; ?>"> 38 44 <span class='bbp-user-replies-created-link'> 39 <a href="<?php bbp_user_replies_created_url(); ?>" title="<?php printf( esc_attr__( "%s's Replies Created", 'bbpress' ), bbp_get_displayed_user_field( 'display_name' ) ); ?>"><?php esc_html_e( 'Replies Created', 'bbpress' ); ?></a> 45 <a href="<?php bbp_user_replies_created_url(); ?>" title="<?php 46 /* translators: %s: user's display name */ 47 printf( esc_attr__( "%s's Replies Created", 'wporg-forums' ), bbp_get_displayed_user_field( 'display_name' ) ); 48 ?>"><?php esc_html_e( 'Replies Created', 'wporg-forums' ); ?></a> 40 49 </span> 41 50 </li> … … 44 53 <li class="<?php if ( bbp_is_single_user_engagements() ) :?>current<?php endif; ?>"> 45 54 <span class='bbp-user-engagements-created-link'> 46 <a href="<?php bbp_user_engagements_url(); ?>" title="<?php printf( esc_attr__( "%s's Engagements", 'bbpress' ), bbp_get_displayed_user_field( 'display_name' ) ); ?>"><?php esc_html_e( 'Engagements', 'bbpress' ); ?></a> 55 <a href="<?php bbp_user_engagements_url(); ?>" title="<?php 56 /* translators: %s: user's display name */ 57 printf( esc_attr__( "%s's Engagements", 'wporg-forums' ), bbp_get_displayed_user_field( 'display_name' ) ); 58 ?>"><?php esc_html_e( 'Engagements', 'wporg-forums' ); ?></a> 47 59 </span> 48 60 </li> … … 52 64 <li class="<?php if ( bbp_is_favorites() ) :?>current<?php endif; ?>"> 53 65 <span class="bbp-user-favorites-link"> 54 <a href="<?php bbp_favorites_permalink(); ?>" title="<?php printf( esc_attr__( "%s's Favorites", 'bbpress' ), bbp_get_displayed_user_field( 'display_name' ) ); ?>"><?php esc_html_e( 'Favorites', 'bbpress' ); ?></a> 66 <a href="<?php bbp_favorites_permalink(); ?>" title="<?php 67 /* translators: %s: user's display name */ 68 printf( esc_attr__( "%s's Favorites", 'wporg-forums' ), bbp_get_displayed_user_field( 'display_name' ) ); 69 ?>"><?php esc_html_e( 'Favorites', 'wporg-forums' ); ?></a> 55 70 </span> 56 71 </li> … … 62 77 <li class="<?php if ( bbp_is_subscriptions() ) :?>current<?php endif; ?>"> 63 78 <span class="bbp-user-subscriptions-link"> 64 <a href="<?php bbp_subscriptions_permalink(); ?>" title="<?php printf( esc_attr__( "%s's Subscriptions", 'bbpress' ), bbp_get_displayed_user_field( 'display_name' ) ); ?>"><?php esc_html_e( 'Subscriptions', 'bbpress' ); ?></a> 79 <a href="<?php bbp_subscriptions_permalink(); ?>" title="<?php 80 /* translators: %s: user's display name */ 81 printf( esc_attr__( "%s's Subscriptions", 'wporg-forums' ), bbp_get_displayed_user_field( 'display_name' ) ); 82 ?>"><?php esc_html_e( 'Subscriptions', 'wporg-forums' ); ?></a> 65 83 </span> 66 84 </li> … … 69 87 <li class="<?php if ( bbp_is_single_user_edit() ) :?>current<?php endif; ?>"> 70 88 <span class="bbp-user-edit-link"> 71 <a href="<?php bbp_user_profile_edit_url(); ?>" title="<?php printf( esc_attr__( "Edit %s's Profile", 'bbpress' ), bbp_get_displayed_user_field( 'display_name' ) ); ?>"><?php esc_html_e( 'Edit', 'bbpress' ); ?></a> 89 <a href="<?php bbp_user_profile_edit_url(); ?>" title="<?php 90 /* translators: %s: user's display name */ 91 printf( esc_attr__( "Edit %s's Profile", 'wporg-forums' ), bbp_get_displayed_user_field( 'display_name' ) ); 92 ?>"><?php esc_html_e( 'Edit', 'wporg-forums' ); ?></a> 72 93 </span> 73 94 </li>
Note: See TracChangeset
for help on using the changeset viewer.