Skip to:
Content

BuddyPress.org

Changeset 5981


Ignore:
Timestamp:
04/13/2012 01:11:00 PM (13 years ago)
Author:
boonebgorges
Message:

Fixes incorrect variable name from r5979. See #4098

File:
1 edited

Legend:

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

    r5979 r5981  
    641641
    642642        if ( !empty( $installed_themes[$current_theme]['Screenshot'] ) )
    643             $screenshot = trailingslashit( get_stylesheet_directory_uri() ) . $themes[$current_theme]['Screenshot'];
     643            $screenshot = trailingslashit( get_stylesheet_directory_uri() ) . $installed_themes[$current_theme]['Screenshot'];
    644644    ?>
    645645
Note: See TracChangeset for help on using the changeset viewer.