[wp-trac] Re: [WordPress Trac] #3646: RTE - Mini letter type in editing window

WordPress Trac wp-trac at lists.automattic.com
Thu Jan 25 20:16:32 GMT 2007


#3646: RTE - Mini letter type in editing window
----------------------------+-----------------------------------------------
 Reporter:  joao2           |        Owner:  anonymous
     Type:  defect          |       Status:  new      
 Priority:  normal          |    Milestone:  2.2      
Component:  Administration  |      Version:  2.1      
 Severity:  normal          |   Resolution:           
 Keywords:  TinyMCE RTE     |  
----------------------------+-----------------------------------------------
Comment (by andy):

 Excellent! That clue will lead to a fix. Open up tiny_mce_config.php and
 replace this:

 {{{
 if ( $_SERVER['HTTPS'] ) {
 }}}

 with this:

 {{{
 if ( $_SERVER['HTTPS'] == 'on' ) {
 }}}

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


More information about the wp-trac mailing list