Title: PHP errors with 4.6
Last modified: September 1, 2016

---

# PHP errors with 4.6

 *  [squarecandy](https://wordpress.org/support/users/squarecandy/)
 * (@squarecandy)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/php-errors-with-46/)
 * 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';
       ```
   
 * [https://wordpress.org/plugins/xili-tidy-tags/](https://wordpress.org/plugins/xili-tidy-tags/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [znwd](https://wordpress.org/support/users/znwd/)
 * (@znwd)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/php-errors-with-46/#post-7679342)
 * I have the same issue….is there a solution?
 *  Thread Starter [squarecandy](https://wordpress.org/support/users/squarecandy/)
 * (@squarecandy)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/php-errors-with-46/#post-7679348)
 * For now, replace line 553 with the code above in /wp-content/plugins/xili-tidy-
   tags/xili-tidy-tags.php
 * Hopefully the plugin author will make the correction in the next update and we’ll
   be good to go from there…
 *  [znwd](https://wordpress.org/support/users/znwd/)
 * (@znwd)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/php-errors-with-46/#post-7679357)
 * Thank you – it’s fixed it. 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘PHP errors with 4.6’ is closed to new replies.

 * ![](https://ps.w.org/xili-tidy-tags/assets/icon-256x256.png?rev=970386)
 * [xili-tidy-tags](https://wordpress.org/plugins/xili-tidy-tags/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/xili-tidy-tags/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/xili-tidy-tags/)
 * [Active Topics](https://wordpress.org/support/plugin/xili-tidy-tags/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/xili-tidy-tags/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/xili-tidy-tags/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [znwd](https://wordpress.org/support/users/znwd/)
 * Last activity: [9 years, 9 months ago](https://wordpress.org/support/topic/php-errors-with-46/#post-7679357)
 * Status: not resolved