[wp-trac] Re: [WordPress Trac] #1955: Outgoing trackback ping could include 'charset' attribute for international trackbacks

WordPress Trac wp-trac at lists.automattic.com
Sat Aug 19 01:02:59 GMT 2006


#1955: Outgoing trackback ping could include 'charset' attribute for international
trackbacks
--------------------------------------------+-------------------------------
 Reporter:  matopc                          |        Owner:  anonymous
     Type:  defect                          |       Status:  new      
 Priority:  normal                          |    Milestone:  2.1      
Component:  Optimization                    |      Version:  2.0      
 Severity:  normal                          |   Resolution:           
 Keywords:  trackback charset bg|has-patch  |  
--------------------------------------------+-------------------------------
Changes (by drssay):

  * milestone:  => 2.1
  * version:  1.6 => 2.0

Comment:

 {{{
 $headers = apache_request_headers();
 $charset = stristr ($headers['Content-Type'], 'charset=');
 }}}


 change to below:
 {{{
 $charset = stristr ($_SERVER['Content-Type'], 'charset=');
 }}}


 is possible?

-- 
Ticket URL: <http://trac.wordpress.org/ticket/1955>
WordPress Trac <http://wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list