Switch positions
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 3 Oct 2016 14:59:41 +0000 (10:59 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 3 Oct 2016 14:59:41 +0000 (10:59 -0400)
Switching lead and Contact dashboard positions.

setup/adminHooks.php

index ff39838..529bb74 100644 (file)
@@ -50,7 +50,7 @@ add_filter(
         $content = $this->controller( 'dashboard', 'contacts', $member );
         return $content;
     },
-    11,
+    14,
     1
 );