Make WordPress Core


Ignore:
Timestamp:
10/24/2004 11:48:51 PM (21 years ago)
Author:
rboren
Message:

List broken themes and suggest corrective action.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/admin-functions.php

    r1818 r1829  
    573573}
    574574
     575function get_broken_themes() {
     576    global $wp_broken_themes;
     577
     578    get_themes();
     579    return $wp_broken_themes;
     580}
     581
    575582function get_page_templates() {
    576583    $themes = get_themes();
Note: See TracChangeset for help on using the changeset viewer.