Index: branches/5.2.x/core/ckeditor/ckeditor.php =================================================================== diff -u -N -r15316 -r16404 --- branches/5.2.x/core/ckeditor/ckeditor.php (.../ckeditor.php) (revision 15316) +++ branches/5.2.x/core/ckeditor/ckeditor.php (.../ckeditor.php) (revision 16404) @@ -23,7 +23,5 @@ * @endcode */ -if ( !function_exists('version_compare') || version_compare( phpversion(), '5', '<' ) ) - include_once( 'ckeditor_php4.php' ) ; -else - include_once( 'ckeditor_php5.php' ) ; + +include_once( 'ckeditor_php5.php' ) ;