Opened 19 years ago
Closed 19 years ago
#5206 closed defect (bug) (fixed)
Misspelling in wp-includes/taxonomy.php
| Reported by: | zamoose | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | 2.5 |
| Component: | Administration | Version: | |
| Severity: | major | Keywords: | has-patch commit |
| Cc: | Focuses: |
Description
Somebody fat-fingered line 1124 of 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.
Attachments (1)
Change History (5)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Apologies for the run-away code formatting above.
Shoulda used "Preview"...
*sigh*