From: Laury GvR Date: Thu, 20 Sep 2018 22:39:27 +0000 (-0400) Subject: Sorting components by their 'order' attribute using uasort X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=da2db73e9a1397ab85e98d80d8dcad01850e4e54;p=WP-Plugins%2Fglm-member-db-packaging.git Sorting components by their 'order' attribute using uasort --- diff --git a/setup/adminHooks.php b/setup/adminHooks.php index 0b70ebe..42e2dff 100644 --- a/setup/adminHooks.php +++ b/setup/adminHooks.php @@ -107,7 +107,7 @@ add_filter( 'active' => [ 'title' => "Active Packages", 'slug' => "active-packages", - 'order' => 5, + 'order' => 3, 'template' => 'list', 'entityID' => 'packageID', 'table' => $packagesTable,