equal
deleted
inserted
replaced
281 global $plugins; |
281 global $plugins; |
282 |
282 |
283 // Load plugins from common because we can't give plugins full abilities in object context |
283 // Load plugins from common because we can't give plugins full abilities in object context |
284 foreach ( $plugins->load_list as $f ) |
284 foreach ( $plugins->load_list as $f ) |
285 { |
285 { |
286 include_once $f; |
286 if ( file_exists($f) ) |
|
287 include_once $f; |
287 } |
288 } |
288 |
289 |
289 profiler_log('Loaded plugins'); |
290 profiler_log('Loaded plugins'); |
290 |
291 |
291 // Three fifths of the Enano API gets the breath of life right here. |
292 // Three fifths of the Enano API gets the breath of life right here. |