@@ -26,6 +26,7 @@ $page_regex = '/<!--PAGENAME=(.*?)-->/';
if(preg_match($page_regex, $htmlWithComments, $matches)){
$page_name = $matches[1];
print_r($matches);
}
else{
$page_name = ucfirst($page);
The note is not visible to the blocked user.