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:
da2db73
)
Sample data throwing package components out of order
author
Laury GvR
<laury@gaslightmedia.com>
Thu, 20 Sep 2018 22:44:00 +0000
(18:44 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Thu, 20 Sep 2018 22:44:00 +0000
(18:44 -0400)
setup/adminHooks.php
patch
|
blob
|
history
diff --git
a/setup/adminHooks.php
b/setup/adminHooks.php
index
42e2dff
..
0cb7003
100644
(file)
--- a/
setup/adminHooks.php
+++ b/
setup/adminHooks.php
@@
-129,7
+129,6
@@
add_filter(
'expired' => [
'title' => "Expired Packages",
'slug' => "expired-packages",
- 'order' => 3,
'template' => 'list',
'entityID' => 'packageID',
'table' => $packagesTable,