[wpmu-trac] [WordPress MU Trac] #1165: update_option escapes input but get_option doesn't un-escape

WordPress MU Trac wpmu-trac at lists.automattic.com
Mon Nov 30 13:46:50 UTC 2009


#1165: update_option escapes input but get_option doesn't un-escape
-------------------------------+--------------------------------------------
 Reporter:  Denis-de-Bernardy  |        Owner:  somebody  
     Type:  defect             |       Status:  closed    
 Priority:  normal             |    Milestone:            
Component:  Security           |      Version:            
 Severity:  normal             |   Resolution:  worksforme
 Keywords:                     |  
-------------------------------+--------------------------------------------
Changes (by donncha):

  * status:  new => closed
  * resolution:  => worksforme


Comment:

 Works for me in 2.8.6. The following code works as expected:

 {{{
 update_option( "test_option", 'test "value"' );
 echo get_option( 'test_option' );
 }}}

 It prints the string `test "value"`

-- 
Ticket URL: <http://trac.mu.wordpress.org/ticket/1165#comment:2>
WordPress MU Trac <http://mu.wordpress.org/>
WordPress Multiuser


More information about the wpmu-trac mailing list