From: Steve Sutton Date: Mon, 3 Oct 2016 14:59:41 +0000 (-0400) Subject: Switch positions X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=ebeb43e3263837bfdf7399b00f9a27b2f1ce08a5;p=WP-Plugins%2Fglm-member-db-contacts.git Switch positions Switching lead and Contact dashboard positions. --- 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 );