Skip to:
Content

BuddyPress.org

Changeset 8774


Ignore:
Timestamp:
08/09/2014 06:41:49 PM (10 years ago)
Author:
djpaul
Message:

Welcome screen: tidy up for 2.1 by removing 2.0-specific media

See #5805

Location:
trunk/src/bp-core
Files:
6 deleted
1 edited

Legend:

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

    r8770 r8774  
    549549            <div class="changelog">
    550550                <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" />
    552551                <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&#8217;ve slashed our memory footprint and query overhead across the board, with a special focus on the Activity and Members components.', 'buddypress' ) ?></p>
    553552            </div>
     
    562561                        <h4><?php esc_html_e( 'Extended Profiles in Admin', 'buddypress' ); ?></h4>
    563562                        <p><?php esc_html_e( 'Site administrators can edit members&#8217; xProfile data at Dashboard > Users > Extended Profiles.', 'buddypress' ); ?></p>
    564                         <img src="<?php echo $image_base ?>admin-xprofile.jpg" style="width:95%" />
    565563                    </div>
    566564
     
    568566                        <h4><?php esc_html_e( 'Registration Management', 'buddypress' ); ?></h4>
    569567                        <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%" />
    571568                    </div>
    572569                </div>
     
    576573                        <h4><?php esc_html_e( 'BuddyPress Repair Tools', 'buddypress' ); ?></h4>
    577574                        <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%" />
    579575                    </div>
    580576
     
    582578                        <h4><?php esc_html_e( 'Mark Spammers in Admin', 'buddypress' ); ?></h4>
    583579                        <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%" />
    585580                    </div>
    586581                </div>
     
    602597
    603598                    <div class="col-2 last-feature">
    604                         <img src="<?php echo $image_base ?>load-newest.jpg" />
    605599                    </div>
    606600                </div>
Note: See TracChangeset for help on using the changeset viewer.