[Plugin: WP Activate Users] Avoid PHP Short codes
-
The plugin code is using php short tags which are not always turned on.
Example:<? echo 1; ?>
Please fix this for better compat with default installs.
Line 105: <? echo $userMU->activation_key; ?>
Line 125: <? echo $_SERVER['PHP_SELF']; ?>
Line 129: <? echo $_SERVER['PHP_SELF']; ?>
Line 132: <?
- The topic ‘[Plugin: WP Activate Users] Avoid PHP Short codes’ is closed to new replies.