Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/11/2011 09:27:38 PM (15 years ago)
Author:
djpaul
Message:

New versions of graphics for the BuddyPress Upgrader (step 4, theme). Use bp-default's screenshot.png. Fixes #3266, props luccame

File:
1 edited

Legend:

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

    r4484 r4487  
    614614                <th>
    615615                    <h5><?php _e( 'Use BuddyPress Default', 'buddypress' ); ?></h5>
    616                     <img src="<?php echo plugins_url( '/buddypress/bp-core/images/default.jpg' ); ?>" alt="<?php _e( 'BuddyPress Default', 'buddypress' ); ?>" />
     616                    <img src="<?php echo plugins_url( '/buddypress/bp-themes/bp-default/screenshot.png' ); ?>" alt="<?php _e( 'BuddyPress Default', 'buddypress' ); ?>" />
    617617                </th>
    618618                <td>
     
    627627                    <th>
    628628                        <h5><?php _e( 'Other themes', 'buddypress' ); ?></h5>
    629                         <img src="<?php echo plugins_url( '/buddypress/bp-core/images/find.jpg' ); ?>" alt="<?php _e( 'A BuddyPress theme', 'buddypress' ); ?>" />
     629                        <img src="<?php echo plugins_url( '/buddypress/bp-core/images/find.png' ); ?>" alt="<?php _e( 'A BuddyPress theme', 'buddypress' ); ?>" />
    630630                    </th>
    631631                    <td>
Note: See TracChangeset for help on using the changeset viewer.