Ticket #26786: rich_edit_exists.diff
File rich_edit_exists.diff, 539 bytes (added by , 11 years ago) |
---|
-
wp-includes/general-template.php
1808 1808 function rich_edit_exists() { 1809 1809 global $wp_rich_edit_exists; 1810 1810 if ( !isset($wp_rich_edit_exists) ) 1811 $wp_rich_edit_exists = file_exists(ABSPATH . WPINC . '/js/tinymce/tiny _mce.js');1811 $wp_rich_edit_exists = file_exists(ABSPATH . WPINC . '/js/tinymce/tinymce.js'); 1812 1812 return $wp_rich_edit_exists; 1813 1813 } 1814 1814