Switching positions
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 3 Oct 2016 15:00:56 +0000 (11:00 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 3 Oct 2016 15:00:56 +0000 (11:00 -0400)
Switch positions with member contact dashboard.

setup/adminHooks.php

index ddd2941..cdff438 100644 (file)
@@ -43,6 +43,6 @@ add_filter(
         $content = $this->controller( 'dashboard', 'leads', $member );
         return $content;
     },
-    14,
+    11,
     1
 );