Title: [Plugin: TinyMCEComments] Compatibility issue with WordPress 3.0
Last modified: August 19, 2016

---

# [Plugin: TinyMCEComments] Compatibility issue with WordPress 3.0

 *  Anonymous User 6386592
 * (@anonymized-6386592)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/plugin-tinymcecomments-compatibility-issue-with-wordpress-30/)
 * Hi,
 * there’s an issue with WordPRess 3.0 and tinymcecomments. The version check in
   
   mcecomment_isGreaterThan($ver) is erronous. Therefore the wrong css file is going
   to be loaded which doesn’t exist in WP3.0 and keeps getting filling up the log.
 * Quick fix in lines 333 and 334:
 *     ```
       if ($major == $Cmajor && $minor < $Cminor) return false;
       if ($major == $Cmajor && $minor == $Cminor && $rev < $Crev) return false;
       ```
   
 * Cheers,
    Michael
 * [http://wordpress.org/extend/plugins/tinymcecomments/](http://wordpress.org/extend/plugins/tinymcecomments/)

Viewing 1 replies (of 1 total)

 *  [laztec](https://wordpress.org/support/users/laztec/)
 * (@laztec)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/plugin-tinymcecomments-compatibility-issue-with-wordpress-30/#post-1555614)
 * Thanks a lot Michael ! I thought it was hopeless !

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: TinyMCEComments] Compatibility issue with WordPress 3.0’ is 
closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [laztec](https://wordpress.org/support/users/laztec/)
 * Last activity: [15 years, 9 months ago](https://wordpress.org/support/topic/plugin-tinymcecomments-compatibility-issue-with-wordpress-30/#post-1555614)
 * Status: not resolved