[wp-trac] [WordPress Trac] #5206: Misspelling in
wp-includes/taxonomy.php
WordPress Trac
wp-trac at lists.automattic.com
Mon Oct 15 18:38:04 GMT 2007
#5206: Misspelling in wp-includes/taxonomy.php
----------------------------+-----------------------------------------------
Reporter: zamoose | Owner: anonymous
Type: defect | Status: new
Priority: high | Milestone: 2.4
Component: Administration | Version:
Severity: major | Keywords:
----------------------------+-----------------------------------------------
Somebody fat-fingered line 1124 of [source:/trunk/wp-
include/taxonomy.php]. It reads:
{{{$wpdb->update( $wpdb->term_taxonomy, compact( 'term_id', 'taxonomy',
'description', 'parent' ), array( 'term_taxnonoy_id' => $tt_id ) );}}}
It OUGHT to read:
{{{$wpdb->update( $wpdb->term_taxonomy, compact( 'term_id', 'taxonomy',
'description', 'parent' ), array( 'term_taxonomy_id' => $tt_id ) );}}}
I'll attach a patch.
--
Ticket URL: <http://trac.wordpress.org/ticket/5206>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list