diff options
author | Cash Costello <cash.costello@gmail.com> | 2011-06-29 06:46:51 -0400 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2011-06-29 06:46:51 -0400 |
commit | 8ed11a8881f65339446fccae64864e0d57dfff51 (patch) | |
tree | 3a9dd599067c79649e814f6d89b9bb5cf5bb26a5 /actions/admin/plugins/set_priority.php | |
parent | 0924491d5aa61c47ba60506c6398b14a30e1cb27 (diff) | |
download | elgg-8ed11a8881f65339446fccae64864e0d57dfff51.tar.gz elgg-8ed11a8881f65339446fccae64864e0d57dfff51.tar.bz2 |
Fixes #3630 using the plugin id for the css id
Diffstat (limited to 'actions/admin/plugins/set_priority.php')
-rw-r--r-- | actions/admin/plugins/set_priority.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/actions/admin/plugins/set_priority.php b/actions/admin/plugins/set_priority.php index 702aae91b..1f8bc24af 100644 --- a/actions/admin/plugins/set_priority.php +++ b/actions/admin/plugins/set_priority.php @@ -6,9 +6,8 @@ * overriding as well as the order of view extensions. Plugins with higher * priority are loaded after and override plugins with lower priorities. * - * NOTE: When viewing the admin page (advanced plugin admin in >= 1.8) plugins - * LOWER on the page have HIGHER priority and will override views, etc - * from plugins above them. + * NOTE: When viewing the plugin admin page, plugins LOWER on the page + * have HIGHER priority and will override views, etc from plugins above them. * * @package Elgg.Core * @subpackage Administration.Plugins |