Changeset 7352 for trunk/bp-blogs/bp-blogs-screens.php
- Timestamp:
- 08/23/2013 08:55:12 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-blogs/bp-blogs-screens.php
r7212 r7352 133 133 // Title based on ability to create blogs 134 134 if ( is_user_logged_in() && bp_blog_signup_enabled() ) { 135 $title = __( ' Blogs', 'buddypress' ) . ' <a class="button" href="' . trailingslashit( bp_get_root_domain() . '/' . bp_get_blogs_root_slug() . '/create' ) . '">' . __( 'Create a Blog', 'buddypress' ) . '</a>';135 $title = __( 'Sites', 'buddypress' ) . ' <a class="button" href="' . trailingslashit( bp_get_root_domain() . '/' . bp_get_blogs_root_slug() . '/create' ) . '">' . __( 'Create a Sites', 'buddypress' ) . '</a>'; 136 136 } else { 137 $title = __( ' Blogs', 'buddypress' );137 $title = __( 'Sites', 'buddypress' ); 138 138 } 139 139 … … 194 194 // Title based on ability to create blogs 195 195 if ( is_user_logged_in() && bp_blog_signup_enabled() ) { 196 $title = '<a class="button bp-title-button" href="' . trailingslashit( bp_get_root_domain() . '/' . bp_get_blogs_root_slug() ) . '">' . __( ' Blogs', 'buddypress' ) . '</a> ' . __( 'Create a Blog', 'buddypress' );196 $title = '<a class="button bp-title-button" href="' . trailingslashit( bp_get_root_domain() . '/' . bp_get_blogs_root_slug() ) . '">' . __( 'Sites', 'buddypress' ) . '</a> ' . __( 'Create a Site', 'buddypress' ); 197 197 } else { 198 $title = __( ' Blogs', 'buddypress' );198 $title = __( 'Sites', 'buddypress' ); 199 199 } 200 200
Note: See TracChangeset
for help on using the changeset viewer.