From ebeb43e3263837bfdf7399b00f9a27b2f1ce08a5 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Mon, 3 Oct 2016 10:59:41 -0400 Subject: [PATCH] Switch positions Switching lead and Contact dashboard positions. --- setup/adminHooks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/adminHooks.php b/setup/adminHooks.php index ff39838..529bb74 100644 --- a/setup/adminHooks.php +++ b/setup/adminHooks.php @@ -50,7 +50,7 @@ add_filter( $content = $this->controller( 'dashboard', 'contacts', $member ); return $content; }, - 11, + 14, 1 ); -- 2.17.1