Skip to:
Content

BuddyPress.org

Changeset 7220


Ignore:
Timestamp:
06/18/2013 06:20:12 PM (12 years ago)
Author:
boonebgorges
Message:

Updates What's New copy for 1.8

Fixes #5054

File:
1 edited

Legend:

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

    r7219 r7220  
    419419
    420420            <div class="changelog">
    421                 <h3><?php _e( 'A Declaration of (Theme) Independence', 'buddypress' ); ?></h3>
     421                <h3><?php _e( 'Improved Theme Integration', 'buddypress' ); ?></h3>
    422422
    423423                <div class="feature-section">
    424                     <h4><?php _e( 'It Just Works', 'buddypress' ); ?></h4>
    425                     <p><?php _e( 'BuddyPress is now compatible with <strong>any WordPress theme</strong>. If your theme has BuddyPress-specific templates and styling, we&#8217;ll use them. If not, we provide what you need to make your BuddyPress content look great. Still want to customize? No problem - you can override our templates just like you would in a WordPress child theme. <a href="http://codex.buddypress.org/developer-and-designer-information/">Learn more about theme compatibility</a>.', 'buddypress' ); ?></p>
     424                    <h4><?php _e( 'Hey, Good Lookin&#8217;', 'buddypress' ); ?></h4>
     425                    <p><?php _e( 'We&#8217;ve streamlined our stylesheets, so that BuddyPress content looks more at home in your theme. And theme developers will love BP&#8217;s new hierarchies that make it easy to override specific top-level templates, stylesheets, and JavaScript files.', 'buddypress' ) ?></p>
    426426                </div>
    427427            </div>
    428428
    429429            <div class="changelog">
    430                 <h3><?php _e( 'Group Management', 'buddypress' ); ?></h3>
     430                <h3><?php _e( 'Better Group Member Management', 'buddypress' ); ?></h3>
    431431
    432432                <div class="feature-section">
    433                     <h4><?php _e( 'Get More Done Quickly', 'buddypress' ); ?></h4>
     433                    <h4><?php _e( '<em>Add</em>, <em>Remove</em>, and More, in a Snap', 'buddypress' ); ?></h4>
    434434
    435435                    <?php
     
    441441
    442442                    <p><?php printf(
    443                         __( 'The new %s makes it easy to handle large numbers of groups on your BuddyPress installation. Delete groups, edit group details, modify memberships, and more, with just a few clicks.', 'buddypress' ),
     443                        __( 'The Manage Members section of the %s has been rewritten, to make it easier to handle groups with many members. We&#8217;ve also made the interface nicer to use, to ensure that you don&#8217;t make changes and then forget to save them.', 'buddypress' ),
    444444                        $group_admin_text
    445445                    ); ?></p>
     
    452452                <div class="feature-section three-col">
    453453                    <div>
    454                         <h4><?php _e( 'Faster Member Queries', 'buddypress' ); ?></h4>
    455                         <p><?php _e( 'The new <code>BP_User_Query</code> makes member queries (like in the Members directory) up to 4x faster than before.', 'buddypress' ); ?></p>
    456 
    457                         <h4><?php _e( 'Sortable Profile Options', 'buddypress' ); ?></h4>
    458                         <p><?php _e( 'Profile field types with multiple options - like radio buttons and checkboxes - now support drag-and-drop reordering.', 'buddypress' ); ?></p>
     454                        <h4><?php _e( 'Superpowered Group Extensions', 'buddypress' ); ?></h4>
     455                        <p><?php _e( '<code>BP_Group_Extension</code> has been overhauled, making it easier than ever before to add custom functionality to groups.', 'buddypress' ); ?></p>
     456
     457                        <h4><?php _e( 'Filter Groups or Activity by Metadata', 'buddypress' ); ?></h4>
     458                        <p><?php _e( '<code>bp_has_groups()</code> and <code>bp_has_activities()</code> now accept a <code>meta_query</code> paramater, for more powerful directory queries.', 'buddypress' ); ?></p>
    459459                    </div>
    460460
    461461                    <div>
    462                         <h4><?php _e( 'New Visibility Level', 'buddypress' ); ?></h4>
    463                         <p><?php _e( 'By popular demand, the "Admins Only" visibility setting is now available for profile fields.', 'buddypress' ); ?></p>
    464 
    465                         <h4><?php _e( 'Better bbPress Integration', 'buddypress' ); ?></h4>
    466                         <p><?php _e( 'Support for group and sitewide forums, using the latest version of the bbPress plugin, is better than ever. Still using bbPress 1.x? Our new migration tools are field-tested.', 'buddypress' ); ?></p>
     462                        <h4><?php _e( 'Feed Me, Seymour', 'buddypress' ); ?></h4>
     463                        <p><?php _e( 'The new <code>BP_Activity_Feed</code> class centralizes BP&#8217;s RSS logic, making our feeds more standards-compliant, and giving developers more tools for building custom feeds.', 'buddypress' ); ?></p>
     464
     465                        <h4><?php _e( 'Disable @-Mentions', 'buddypress' ); ?></h4>
     466                        <p><?php _e( "Not using @-mentions? Disable them with <code>add_filter( 'bp_activity_do_mentions', '__return_false' );</code>", 'buddypress' ); ?></p>
    467467                    </div>
    468468            </div>
Note: See TracChangeset for help on using the changeset viewer.