Changeset 1865
- Timestamp:
- 11/19/2004 02:18:23 AM (21 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
wp-content/plugins/staticize-reloaded.php (modified) (2 diffs)
-
wp-includes/wp-db.php (modified) (1 diff)
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 -
trunk/wp-includes/wp-db.php
r1545 r1865 94 94 // If there is an error then take note of it 95 95 print "<div id='error'> 96 <p ><strong>Database error:</strong> [$str]<br />96 <p class='wpdberror'><strong>WordPress database error:</strong> [$str]<br /> 97 97 <code>$this->last_query</code></p> 98 98 </div>";
Note: See TracChangeset
for help on using the changeset viewer.