Changeset 7220
- Timestamp:
- 06/18/2013 06:20:12 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-admin.php
r7219 r7220 419 419 420 420 <div class="changelog"> 421 <h3><?php _e( ' A Declaration of (Theme) Independence', 'buddypress' ); ?></h3>421 <h3><?php _e( 'Improved Theme Integration', 'buddypress' ); ?></h3> 422 422 423 423 <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’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’', 'buddypress' ); ?></h4> 425 <p><?php _e( 'We’ve streamlined our stylesheets, so that BuddyPress content looks more at home in your theme. And theme developers will love BP’s new hierarchies that make it easy to override specific top-level templates, stylesheets, and JavaScript files.', 'buddypress' ) ?></p> 426 426 </div> 427 427 </div> 428 428 429 429 <div class="changelog"> 430 <h3><?php _e( ' GroupManagement', 'buddypress' ); ?></h3>430 <h3><?php _e( 'Better Group Member Management', 'buddypress' ); ?></h3> 431 431 432 432 <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> 434 434 435 435 <?php … … 441 441 442 442 <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’ve also made the interface nicer to use, to ensure that you don’t make changes and then forget to save them.', 'buddypress' ), 444 444 $group_admin_text 445 445 ); ?></p> … … 452 452 <div class="feature-section three-col"> 453 453 <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> 459 459 </div> 460 460 461 461 <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’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> 467 467 </div> 468 468 </div>
Note: See TracChangeset
for help on using the changeset viewer.