[wp-trac] [WordPress Trac] #24020: Typo: 3.5/wp-admin/includes/upgrade.php (line 436)

WordPress Trac noreply at wordpress.org
Wed Apr 10 02:34:29 UTC 2013


#24020: Typo: 3.5/wp-admin/includes/upgrade.php (line 436)
-----------------------------+-----------------------------
 Reporter:  tivnet           |       Type:  defect (bug)
   Status:  new              |   Priority:  normal
Milestone:  Awaiting Review  |  Component:  Upgrade/Install
  Version:  3.5.1            |   Severity:  trivial
 Keywords:  needs-patch      |
-----------------------------+-----------------------------
 {{{
 $wpdb>update( ...
 }}}


 Should be
 {{{
 $wpdb->update
 }}}

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


More information about the wp-trac mailing list