From: Laury GvR Date: Tue, 20 Mar 2018 15:00:59 +0000 (-0400) Subject: Add 2nd param to contact retrieval filter X-Git-Tag: v1.0.0^2~27 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=379597bd424c90a49460437c5826714948bf05f3;p=WP-Themes%2Fmigcsa.git Add 2nd param to contact retrieval filter Apply_filters is used in header.php to get the logged-in contact. This function requires a second parameter even if this parameter is an empty string. That is exactly what's been added with this change, to avoid errors indicating such. --- diff --git a/sections/header.php b/sections/header.php index c4db577..7bfa85e 100644 --- a/sections/header.php +++ b/sections/header.php @@ -11,7 +11,7 @@
Name: " . apply_filters("glma_get_member_name", $currentUser["ref_dest"]) . ""; // This is the MEMBER name