[wp-cvs] wordpress/wp-content/plugins staticize-reloaded.php, 1.2,
1.3
Ryan Boren
rboren at users.sourceforge.net
Wed Oct 6 06:20:55 UTC 2004
Update of /cvsroot/cafelog/wordpress/wp-content/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29434/wp-content/plugins
Modified Files:
staticize-reloaded.php
Log Message:
Add switch_theme action. Cleanup staticize-reloaded's cache when theme is switched.
Index: staticize-reloaded.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-content/plugins/staticize-reloaded.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** staticize-reloaded.php 4 Oct 2004 08:59:01 -0000 1.2
--- staticize-reloaded.php 6 Oct 2004 06:20:52 -0000 1.3
***************
*** 154,157 ****
--- 154,158 ----
add_action('delete_comment', 'postChange', 0);
add_action('template_save', 'postChange', 0);
+ add_action('switch_theme', 'postChange', 0);
}
More information about the cvs
mailing list