PHP errors with 4.6
-
Current version causes errors:
PHP Parse error: syntax error, unexpected '[' in /[redacted]/httpdocs/wp-content/plugins/xili-tidy-tags/xili-tidy-tags.php on line 553
Line 553 should use an array, not brackets:
if ( !in_array( $order, array('', 'ASC', 'DESC'), /*strict = */ true ) ) $order = 'ASC';
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘PHP errors with 4.6’ is closed to new replies.