Use of undefined constant AUTOTAGLONG
-
Hi, in WP_DEBUG mode, I get this warning:
Notice: Use of undefined constant AUTOTAGLONG - assumed 'AUTOTAGLONG' in /.../wp-content/plugins/strictly-autotags/strictlyautotags.class.php on line 2276
Here is the fix, at line 2276:
- $options['nestedtags'] = AUTOTAGLONG; + $options['nestedtags'] = 'AUTOTAGLONG';
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Use of undefined constant AUTOTAGLONG’ is closed to new replies.