Daniel Rudolf пре 9 година
родитељ
комит
c34afad4af
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      lib/Pico.php

+ 1 - 2
lib/Pico.php

@@ -1339,8 +1339,7 @@ class Pico
         if (!empty($this->plugins)) {
         if (!empty($this->plugins)) {
             foreach ($this->plugins as $plugin) {
             foreach ($this->plugins as $plugin) {
                 // only trigger events for plugins that implement PicoPluginInterface
                 // only trigger events for plugins that implement PicoPluginInterface
-                // deprecated events (plugins for Pico 0.9 and older) will be
-                // triggered by the `PicoPluginDeprecated` plugin
+                // deprecated events (plugins for Pico 0.9 and older) will be triggered by `PicoDeprecated`
                 if (is_a($plugin, 'PicoPluginInterface')) {
                 if (is_a($plugin, 'PicoPluginInterface')) {
                     $plugin->handleEvent($eventName, $params);
                     $plugin->handleEvent($eventName, $params);
                 }
                 }