Ticket #2945: 2945.003.patch
File 2945.003.patch, 2.0 KB (added by , 13 years ago) |
---|
-
bp-core/admin/bp-core-update.php
253 253 function step_components() { 254 254 255 255 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' ); ?> 257 257 258 258 <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> 259 259 … … 571 571 <tr> 572 572 <th> 573 573 <h5><?php _e( 'Use BuddyPress Default', 'buddypress' ); ?></h5> 574 <img src="<?php echo plugins_url( '/b uddypress/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' ); ?>" /> 575 575 </th> 576 576 <td> 577 577 <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> … … 585 585 <tr> 586 586 <th> 587 587 <h5><?php _e( 'Other themes', 'buddypress' ); ?></h5> 588 <img src="<?php echo plugins_url( '/b uddypress/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' ); ?>" /> 589 589 </th> 590 590 <td> 591 591 <p><?php _e( "You have some other BuddyPress compatible themes available. Pick one of them from this list to use it.", 'buddypress' ); ?></p>