From d952987e208fa3019b6cbe4a73eadb33da062a4b Mon Sep 17 00:00:00 2001 From: Jay Wood Date: Sat, 29 Aug 2015 13:56:26 -0400 Subject: [PATCH] Add todo for later --- class/main.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/class/main.class.php b/class/main.class.php index 0bbee82..190ea19 100644 --- a/class/main.class.php +++ b/class/main.class.php @@ -7,7 +7,7 @@ class CWV3 { * * If the cookie is to be shown, this function will return the ID, and the javascript * will handle the rest of it. If this function returns false, the javascript will not show a popup. - * + * @TODO: Lookinto these weird statements 'x' == ! empty( $y )... wtf? * @since 3.6.3 * @return string|int String if special page like homepage, or post_id otherwise. */