Skip to:
Content

BuddyPress.org

Changeset 6092


Ignore:
Timestamp:
06/14/2012 12:19:20 AM (13 years ago)
Author:
johnjamesjacoby
Message:

Revert part of r6089 and use correct WordPress 3.4 function. Props nacin.

File:
1 edited

Legend:

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

    r6089 r6092  
    518518
    519519        $installed_plugins = get_plugins();
    520         $installed_themes  = get_themes();
     520        $installed_themes  = wp_get_themes();
    521521        $bp_themes         = array();
    522522
Note: See TracChangeset for help on using the changeset viewer.