Changeset 4466 for trunk/bp-activity/bp-activity-template.php
- Timestamp:
- 06/06/2011 08:44:17 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-template.php
r4400 r4466 608 608 609 609 if ( !$alt ) 610 $alt = sprintf( __( ' Blogauthored by %s', 'buddypress' ), get_blog_option( $item_id, 'blogname' ) );610 $alt = sprintf( __( 'Site authored by %s', 'buddypress' ), get_blog_option( $item_id, 'blogname' ) ); 611 611 612 612 break; … … 1089 1089 1090 1090 // Make sure all core internal component names are translatable 1091 $translatable_components = array( __( 'xprofile', 'buddypress'), __( 'friends', 'buddypress' ), __( 'groups', 'buddypress' ), __( 'status', 'buddypress' ), __( ' blogs', 'buddypress' ) );1091 $translatable_components = array( __( 'xprofile', 'buddypress'), __( 'friends', 'buddypress' ), __( 'groups', 'buddypress' ), __( 'status', 'buddypress' ), __( 'sites', 'buddypress' ) ); 1092 1092 1093 1093 $component_links[] = $before . '<a href="' . esc_attr( $link ) . '">' . ucwords( __( $component, 'buddypress' ) ) . '</a>' . $after;
Note: See TracChangeset
for help on using the changeset viewer.