Make WordPress Core


Ignore:
Timestamp:
10/06/2004 06:20:52 AM (21 years ago)
Author:
rboren
Message:

Add switch_theme action. Cleanup staticize-reloaded's cache when theme is switched.

File:
1 edited

Legend:

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

    r1675 r1755  
    1515        update_option('stylesheet', $_GET['stylesheet']);
    1616      }
     17
     18        do_action('switch_theme', get_current_theme());
    1719
    1820      header('Location: themes.php?activated=true');
Note: See TracChangeset for help on using the changeset viewer.