From b06c6d6f157513e2fc5d6eaa1e6c02d1e1046567 Mon Sep 17 00:00:00 2001 From: brettp Date: Mon, 13 Sep 2010 15:31:24 +0000 Subject: Refs #2450: Updated docs for core admin actions. git-svn-id: http://code.elgg.org/elgg/trunk@6929 36083f99-b078-4883-b0ff-0f9b5a30f544 --- actions/admin/plugins/reorder.php | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) (limited to 'actions/admin/plugins/reorder.php') diff --git a/actions/admin/plugins/reorder.php b/actions/admin/plugins/reorder.php index 6423dc14c..e3f5c4a0a 100644 --- a/actions/admin/plugins/reorder.php +++ b/actions/admin/plugins/reorder.php @@ -1,17 +1,21 @@ = 1.8) plugins + * LOWER on the page have HIGHER priority and will override views, etc + * from plugins above them. + * + * @package Elgg.Core + * @subpackage Administration.Site */ -// block non-admin users admin_gatekeeper(); -// Get the plugin $mod = get_input('plugin'); $mod = str_replace('.', '', $mod); $mod = str_replace('/', '', $mod); @@ -44,4 +48,4 @@ if (regenerate_plugin_list($plugins)) { elgg_view_regenerate_simplecache(); elgg_filepath_cache_reset(); -forward($_SERVER['HTTP_REFERER']); +forward($_SERVER['HTTP_REFERER']); \ No newline at end of file -- cgit v1.2.3