equal
deleted
inserted
replaced
326 // |
326 // |
327 |
327 |
328 // Obtain list of plugins |
328 // Obtain list of plugins |
329 $plugins->loadAll(); |
329 $plugins->loadAll(); |
330 |
330 |
|
331 profiler_log('Fetched plugin list'); |
|
332 |
331 global $plugins; |
333 global $plugins; |
332 |
334 |
333 // Load plugins from common because we can't give plugins full abilities in object context |
335 // Load plugins from common because we can't give plugins full abilities in object context |
334 foreach ( $plugins->load_list as $f ) |
336 foreach ( $plugins->load_list as $f ) |
335 { |
337 { |