Changeset 1865 for trunk/wp-content/plugins/staticize-reloaded.php
- Timestamp:
- 11/19/2004 02:18:23 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/plugins/staticize-reloaded.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/plugins/staticize-reloaded.php
r1755 r1865 67 67 return $buffer; 68 68 endif; 69 70 if ( strstr($buffer, 'wpdberror') ) 71 return $buffer; 69 72 70 73 $fr = fopen(CACHE_PATH . $staticFileName, 'a'); … … 142 145 } 143 146 144 if( function_exists('add_action')) {147 if( function_exists('add_action') ) { 145 148 StaticizeInit(); 146 149
Note: See TracChangeset
for help on using the changeset viewer.