Changeset 7352
- Timestamp:
- 08/23/2013 08:55:12 PM (11 years ago)
- Location:
- trunk
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-admin.php
r7312 r7352 204 204 'content' => 205 205 '<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 blogposts 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>' . 207 207 '<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>' . 208 208 '<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>' … … 694 694 <label class="screen-reader-text" for="bp-activities-link"><?php _e( 'Link', 'buddypress' ); ?></label> 695 695 <input type="url" name="bp-activities-link" value="<?php echo esc_url( $item->primary_link ); ?>" /> 696 <p><?php _e( 'Activity generated by blogposts 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> 697 697 698 698 <?php -
trunk/bp-activity/bp-activity-loader.php
r7347 r7352 4 4 * BuddyPress Activity Streams Loader 5 5 * 6 * An activity stream component, for users, groups, and blogtracking.6 * An activity stream component, for users, groups, and site tracking. 7 7 * 8 8 * @package BuddyPress -
trunk/bp-blogs/bp-blogs-loader.php
r7347 r7352 145 145 146 146 /** 147 * Blog/post/comment menus should not appear on single WordPress setups.147 * Site/post/comment menus should not appear on single WordPress setups. 148 148 * Although comments and posts made by users will still show on their 149 149 * activity stream. … … 157 157 $blogs_link = trailingslashit( bp_loggedin_user_domain() . $this->slug ); 158 158 159 // Add the " Blogs" sub menu159 // Add the "Sites" sub menu 160 160 $wp_admin_nav[] = array( 161 161 'parent' => $bp->my_account_menu_id, … … 165 165 ); 166 166 167 // My Blogs167 // My Sites 168 168 $wp_admin_nav[] = array( 169 169 'parent' => 'my-account-' . $this->id, … … 173 173 ); 174 174 175 // Create a Blog175 // Create a Site 176 176 if ( bp_blog_signup_enabled() ) { 177 177 $wp_admin_nav[] = array( 178 178 'parent' => 'my-account-' . $this->id, 179 179 'id' => 'my-account-' . $this->id . '-create', 180 'title' => __( 'Create a Blog', 'buddypress' ),180 'title' => __( 'Create a Site', 'buddypress' ), 181 181 'href' => trailingslashit( bp_get_blogs_directory_permalink() . 'create' ) 182 182 ); … … 193 193 $bp = buddypress(); 194 194 195 // Set up the component options navigation for Blog195 // Set up the component options navigation for Site 196 196 if ( bp_is_blogs_component() ) { 197 197 if ( bp_is_my_profile() ) { -
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 -
trunk/readme.txt
r7280 r7352 44 44 = Will this work on WordPress multisite? = 45 45 46 Yes! If your WordPress installation has multisite enabled, BuddyPress will support the global tracking of blogs, posts and comments.46 Yes! If your WordPress installation has multisite enabled, BuddyPress will support the global tracking of sites, posts and comments. 47 47 48 48 = Where can I get support? = … … 70 70 5. **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. 71 71 6. **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 blognetwork in the activity stream.72 7. **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. 73 73 74 74 == Languages ==
Note: See TracChangeset
for help on using the changeset viewer.