Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
08/23/2013 08:55:12 PM (12 years ago)
Author:
boonebgorges
Message:

Replace mentions of 'blog' with 'site' throughout

This brings us into line with WP's terminology.

Fixes #5006

Props trishasalas

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-blogs/bp-blogs-screens.php

    r7212 r7352  
    133133        // Title based on ability to create blogs
    134134        if ( is_user_logged_in() && bp_blog_signup_enabled() ) {
    135             $title = __( 'Blogs', 'buddypress' ) . '&nbsp;<a class="button" href="' . trailingslashit( bp_get_root_domain() . '/' . bp_get_blogs_root_slug() . '/create' ) . '">' . __( 'Create a Blog', 'buddypress' ) . '</a>';
     135            $title = __( 'Sites', 'buddypress' ) . '&nbsp;<a class="button" href="' . trailingslashit( bp_get_root_domain() . '/' . bp_get_blogs_root_slug() . '/create' ) . '">' . __( 'Create a Sites', 'buddypress' ) . '</a>';
    136136        } else {
    137             $title = __( 'Blogs', 'buddypress' );
     137            $title = __( 'Sites', 'buddypress' );
    138138        }
    139139
     
    194194        // Title based on ability to create blogs
    195195        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>&nbsp;' . __( '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>&nbsp;' . __( 'Create a Site', 'buddypress' );
    197197        } else {
    198             $title = __( 'Blogs', 'buddypress' );
     198            $title = __( 'Sites', 'buddypress' );
    199199        }
    200200
Note: See TracChangeset for help on using the changeset viewer.