a bug: undefined variable
-
Hi,
there is a bug:
Notice: Undefined variable: comment_tag in …/wp-content/plugins/last-updated-shortcode/last-updated-shortcode.php on line 59
It seems You are missing the global keyword in front of the variable, it should be like this:
global $comment_tag;[ Signature moderated. ]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘a bug: undefined variable’ is closed to new replies.