Skip to:
Content

BuddyPress.org

Changeset 7352


Ignore:
Timestamp:
08/23/2013 08:55:12 PM (11 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

Location:
trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity/bp-activity-admin.php

    r7312 r7352  
    204204            'content' =>
    205205                '<p>' . __( '<strong>Primary Item/Secondary Item</strong> - These identify the object that created the activity. For example, the fields could reference a comment left on a specific site. Some types of activity may only use one, or none, of these fields.', 'buddypress' ) . '</p>' .
    206                 '<p>' . __( '<strong>Link</strong> - Activity generated by blog posts and comments, forum topics and replies, and some plugins, uses the link field for a permalink back to the content item. Some types of activity may not use this field, even if it has been set.', 'buddypress' ) . '</p>' .
     206                '<p>' . __( '<strong>Link</strong> - Activity generated by posts and comments, forum topics and replies, and some plugins, uses the link field for a permalink back to the content item. Some types of activity may not use this field, even if it has been set.', 'buddypress' ) . '</p>' .
    207207                '<p>' . __( '<strong>Type</strong> - Each distinct kind of activity has its own type. For example, <code>created_group</code> is used when a group is created and <code>joined_group</code> is used when a user joins a group.', 'buddypress' ) . '</p>' .
    208208                '<p>' . __( 'For information about when and how BuddyPress uses all of these settings, see the Managing Activity link in the panel to the side.', 'buddypress' ) . '</p>'
     
    694694    <label class="screen-reader-text" for="bp-activities-link"><?php _e( 'Link', 'buddypress' ); ?></label>
    695695    <input type="url" name="bp-activities-link" value="<?php echo esc_url( $item->primary_link ); ?>" />
    696     <p><?php _e( 'Activity generated by blog posts and comments, forum topics and replies, and some plugins, uses the link field for a permalink back to the content item.', 'buddypress' ); ?></p>
     696    <p><?php _e( 'Activity generated by posts and comments, forum topics and replies, and some plugins, uses the link field for a permalink back to the content item.', 'buddypress' ); ?></p>
    697697
    698698<?php
  • trunk/bp-activity/bp-activity-loader.php

    r7347 r7352  
    44 * BuddyPress Activity Streams Loader
    55 *
    6  * An activity stream component, for users, groups, and blog tracking.
     6 * An activity stream component, for users, groups, and site tracking.
    77 *
    88 * @package BuddyPress
  • trunk/bp-blogs/bp-blogs-loader.php

    r7347 r7352  
    145145
    146146        /**
    147          * Blog/post/comment menus should not appear on single WordPress setups.
     147         * Site/post/comment menus should not appear on single WordPress setups.
    148148         * Although comments and posts made by users will still show on their
    149149         * activity stream.
     
    157157            $blogs_link = trailingslashit( bp_loggedin_user_domain() . $this->slug );
    158158
    159             // Add the "Blogs" sub menu
     159            // Add the "Sites" sub menu
    160160            $wp_admin_nav[] = array(
    161161                'parent' => $bp->my_account_menu_id,
     
    165165            );
    166166
    167             // My Blogs
     167            // My Sites
    168168            $wp_admin_nav[] = array(
    169169                'parent' => 'my-account-' . $this->id,
     
    173173            );
    174174
    175             // Create a Blog
     175            // Create a Site
    176176            if ( bp_blog_signup_enabled() ) {
    177177                $wp_admin_nav[] = array(
    178178                    'parent' => 'my-account-' . $this->id,
    179179                    'id'     => 'my-account-' . $this->id . '-create',
    180                     'title'  => __( 'Create a Blog', 'buddypress' ),
     180                    'title'  => __( 'Create a Site', 'buddypress' ),
    181181                    'href'   => trailingslashit( bp_get_blogs_directory_permalink() . 'create' )
    182182                );
     
    193193        $bp = buddypress();
    194194
    195         // Set up the component options navigation for Blog
     195        // Set up the component options navigation for Site
    196196        if ( bp_is_blogs_component() ) {
    197197            if ( bp_is_my_profile() ) {
  • 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
  • trunk/readme.txt

    r7280 r7352  
    4444= Will this work on WordPress multisite? =
    4545
    46 Yes! If your WordPress installation has multisite enabled, BuddyPress will support the global tracking of blogs, posts and comments.
     46Yes! If your WordPress installation has multisite enabled, BuddyPress will support the global tracking of sites, posts and comments.
    4747
    4848= Where can I get support? =
     
    70705. **Friend Connections** - Let your users make connections so they can track the activity of others, or filter on only those users they care about the most.
    71716. **Private Messaging** - Private messaging will allow your users to talk to each other directly and in private. Not just limited to one-on-one discussions, your users can send messages to multiple recipients.
    72 7. **Blogging Network** - Allow your users to start their own blogs using WordPress's Multisite feature, and track posts and comments from across your blog network in the activity stream.
     727. **Multisite Network** - Allow your users to start their own blogs using WordPress's Multisite feature, and track posts and comments from across your network in the activity stream.
    7373
    7474== Languages ==
Note: See TracChangeset for help on using the changeset viewer.