Title: WP 3.5 bug
Last modified: August 20, 2016

---

# WP 3.5 bug

 *  Resolved [Nextendweb](https://wordpress.org/support/users/nextendweb/)
 * (@nextendweb)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/wp-35-bug/)
 * Hi!
 * Somehow with WordPress 3.5 the line-breaks removed from the code and some <p>
   tags appear in the code.
 * My fast solution was this problem is to change the add_filter priority to 1:
   \
   wp-content\plugins\wp-code-prettify\wp-code-prettify.php
 *     ```
       add_filter('the_content', array(&$wpcodeprettify, 'WPCP_Content'), 1);
       add_filter('comment_text', array(&$wpcodeprettify, 'WPCP_Content'), 1);
       ```
   
 * What do you think, is it the real solution?
 * [http://wordpress.org/extend/plugins/wp-code-prettify/](http://wordpress.org/extend/plugins/wp-code-prettify/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Soli](https://wordpress.org/support/users/allnull/)
 * (@allnull)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/wp-35-bug/#post-3332460)
 * I’m sorry, I am very busy these days, but I will fix this as soon as I have time.
   
   Thanks for your feedback.

Viewing 1 replies (of 1 total)

The topic ‘WP 3.5 bug’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-code-prettify.svg)
 * [WP Code Prettify](https://wordpress.org/plugins/wp-code-prettify/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-code-prettify/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-code-prettify/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-code-prettify/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-code-prettify/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-code-prettify/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Soli](https://wordpress.org/support/users/allnull/)
 * Last activity: [13 years, 5 months ago](https://wordpress.org/support/topic/wp-35-bug/#post-3332460)
 * Status: resolved