Changeset 10276 for trunk/src/bp-friends/bp-friends-widgets.php
- Timestamp:
- 10/14/2015 04:03:03 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-friends/bp-friends-widgets.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-friends/bp-friends-widgets.php
r10251 r10276 71 71 $user_id = bp_displayed_user_id(); 72 72 $link = trailingslashit( bp_displayed_user_domain() . bp_get_friends_slug() ); 73 $instance['title'] = sprintf( __( '%s’s Friends', 'buddypress' ), bp_get_displayed_user_fullname() );73 $instance['title'] = sprintf( __( "%s's Friends", 'buddypress' ), bp_get_displayed_user_fullname() ); 74 74 75 75 if ( empty( $instance['friend_default'] ) ) {
Note: See TracChangeset
for help on using the changeset viewer.