Changeset 8774
- Timestamp:
- 08/09/2014 06:41:49 PM (10 years ago)
- Location:
- trunk/src/bp-core
- Files:
-
- 6 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-admin.php
r8770 r8774 549 549 <div class="changelog"> 550 550 <h2 class="about-headline-callout"><?php _e( 'Performance Improvements', 'buddypress' ); ?></h2> 551 <img class="about-overview-img" src="<?php echo $image_base ?>performance.png" alt="Performance improvements in BP 2.0" />552 551 <p><?php esc_html_e( 'Whether your community has tens of members or tens of thousands, we think the performance improvements in BuddyPress 2.0 will knock your socks off. We’ve slashed our memory footprint and query overhead across the board, with a special focus on the Activity and Members components.', 'buddypress' ) ?></p> 553 552 </div> … … 562 561 <h4><?php esc_html_e( 'Extended Profiles in Admin', 'buddypress' ); ?></h4> 563 562 <p><?php esc_html_e( 'Site administrators can edit members’ xProfile data at Dashboard > Users > Extended Profiles.', 'buddypress' ); ?></p> 564 <img src="<?php echo $image_base ?>admin-xprofile.jpg" style="width:95%" />565 563 </div> 566 564 … … 568 566 <h4><?php esc_html_e( 'Registration Management', 'buddypress' ); ?></h4> 569 567 <p><?php esc_html_e( 'Perform common tasks with pending signups - including resending activation emails and manually activating accounts - on the new Pending tab of Dashboard > Users.', 'buddypress' ); ?></p> 570 <img src="<?php echo $image_base ?>users-pending.jpg" style="width:95%" />571 568 </div> 572 569 </div> … … 576 573 <h4><?php esc_html_e( 'BuddyPress Repair Tools', 'buddypress' ); ?></h4> 577 574 <p><?php esc_html_e( 'Dashboard > Tools > BuddyPress contains a number of tools for correcting data that occasionally gets out of sync on BP installs.', 'buddypress' ); ?></p> 578 <img src="<?php echo $image_base ?>tools-buddypress.jpg" style="width:95%" />579 575 </div> 580 576 … … 582 578 <h4><?php esc_html_e( 'Mark Spammers in Admin', 'buddypress' ); ?></h4> 583 579 <p><?php esc_html_e( 'Admins on non-Multisite installations can now perform spam actions from Dashboard > Users > All Users.', 'buddypress' ); ?></p> 584 <img src="<?php echo $image_base ?>user-mark-spam.jpg" style="width:95%" />585 580 </div> 586 581 </div> … … 602 597 603 598 <div class="col-2 last-feature"> 604 <img src="<?php echo $image_base ?>load-newest.jpg" />605 599 </div> 606 600 </div>
Note: See TracChangeset
for help on using the changeset viewer.