Skip to:
Content

BuddyPress.org

Ticket #2945: 2945.003.patch

File 2945.003.patch, 2.0 KB (added by luccame, 13 years ago)

1.6 trunk patch attempt :-)

  • bp-core/admin/bp-core-update.php

     
    253253        function step_components() {
    254254
    255255                if ( !function_exists( 'bp_core_admin_components_options' ) )
    256                         require ( WP_PLUGIN_DIR . '/buddypress/bp-core/admin/bp-core-components.php' ); ?>
     256                        require ( BP_PLUGIN_DIR . '/bp-core/admin/bp-core-components.php' ); ?>
    257257
    258258                <p><?php _e( "BuddyPress bundles several individual social components together, each one adding a distinct feature. This first step decides which features are enabled on your site; all features are enabled by default. Don't worry, you can change your mind at any point in the future.", 'buddypress' ); ?></p>
    259259
     
    571571                        <tr>
    572572                                <th>
    573573                                        <h5><?php _e( 'Use BuddyPress Default', 'buddypress' ); ?></h5>
    574                                         <img src="<?php echo plugins_url( '/buddypress/bp-themes/bp-default/screenshot.png' ); ?>" alt="<?php _e( 'BuddyPress Default', 'buddypress' ); ?>" />
     574                                        <img src="<?php echo plugins_url( '/bp-themes/bp-default/screenshot.png', BP_LOADER_FILE ); ?>" alt="<?php _e( 'BuddyPress Default', 'buddypress' ); ?>" />
    575575                                </th>
    576576                                <td>
    577577                                        <p><?php _e( 'The default BuddyPress theme comes with the basics, to get up and running out of the box. It supports all features and is highly customizable.', 'buddypress' ); ?></p>
     
    585585                                <tr>
    586586                                        <th>
    587587                                                <h5><?php _e( 'Other themes', 'buddypress' ); ?></h5>
    588                                                 <img src="<?php echo plugins_url( '/buddypress/bp-core/admin/images/find.png' ); ?>" alt="<?php _e( 'A BuddyPress theme', 'buddypress' ); ?>" />
     588                                                <img src="<?php echo plugins_url( '/bp-core/admin/images/find.png', BP_LOADER_FILE ); ?>" alt="<?php _e( 'A BuddyPress theme', 'buddypress' ); ?>" />
    589589                                        </th>
    590590                                        <td>
    591591                                                <p><?php _e( "You have some other BuddyPress compatible themes available. Pick one of them from this list to use it.", 'buddypress' ); ?></p>