projects
/
WP-Plugins
/
glm-member-db-packaging.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7003ea6
)
Sorting components by their 'order' attribute using uasort
author
Laury GvR
<laury@gaslightmedia.com>
Thu, 20 Sep 2018 22:39:27 +0000
(18:39 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Thu, 20 Sep 2018 22:39:27 +0000
(18:39 -0400)
setup/adminHooks.php
patch
|
blob
|
history
diff --git
a/setup/adminHooks.php
b/setup/adminHooks.php
index
0b70ebe
..
42e2dff
100644
(file)
--- 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,