[wp-trac] Re: [WordPress Trac] #3256: Move TinyMCE to a plugin

WordPress Trac wp-trac at lists.automattic.com
Tue Oct 17 17:43:28 GMT 2006


#3256: Move TinyMCE to a plugin
----------------------------+-----------------------------------------------
 Reporter:  Viper007Bond    |        Owner:  anonymous
     Type:  enhancement     |       Status:  closed   
 Priority:  low             |    Milestone:  2.1      
Component:  Administration  |      Version:  2.1      
 Severity:  minor           |   Resolution:  invalid  
 Keywords:                  |  
----------------------------+-----------------------------------------------
Comment (by markjaquith):

 It's not going to be moved to a plugin, but if you want to make it easier
 to remove it, I'm reasonably sure that no one would object to that.

 Right now, you can do {{{rm -rf wp-includes/js/tinymce/}}} and that works
 reasonably well, but it still tries to load the JS.  One solution might be
 to make a tinymce_exists() function that checks for the tinymce JS file
 using {{{file_exists()}}} that result should be cached in a global
 variable, so that it is only checked once per Post screen load.

 Go ahead and open a new ticket if you want to do that.  I'd definitely be
 in favor of that.

-- 
Ticket URL: <http://trac.wordpress.org/ticket/3256#comment:4>
WordPress Trac <http://wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list