Changeset 1755
- Timestamp:
- 10/06/2004 06:20:52 AM (21 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-functions.php
r1753 r1755 744 744 update_option('template', 'default'); 745 745 update_option('stylesheet', 'default'); 746 do_action('switch_theme', 'Default'); 746 747 return false; 747 748 } … … 750 751 update_option('template', 'default'); 751 752 update_option('stylesheet', 'default'); 753 do_action('switch_theme', 'Default'); 752 754 return false; 753 755 } -
trunk/wp-admin/themes.php
r1675 r1755 15 15 update_option('stylesheet', $_GET['stylesheet']); 16 16 } 17 18 do_action('switch_theme', get_current_theme()); 17 19 18 20 header('Location: themes.php?activated=true'); -
trunk/wp-content/plugins/staticize-reloaded.php
r1740 r1755 154 154 add_action('delete_comment', 'postChange', 0); 155 155 add_action('template_save', 'postChange', 0); 156 add_action('switch_theme', 'postChange', 0); 156 157 } 157 158
Note: See TracChangeset
for help on using the changeset viewer.