[wp-trac] [WordPress Trac] #10836: Several Importers call create_function() multiple times per imported post
WordPress Trac
wp-trac at lists.automattic.com
Sat Sep 26 09:42:58 UTC 2009
#10836: Several Importers call create_function() multiple times per imported post
-------------------------------------+--------------------------------------
Reporter: mdawaffe | Owner:
Type: defect (bug) | Status: reopened
Priority: normal | Milestone: 2.9
Component: Import | Version: 2.8.4
Severity: normal | Resolution:
Keywords: has-patch needs-testing |
-------------------------------------+--------------------------------------
Changes (by hakre):
* status: closed => reopened
* resolution: fixed =>
Comment:
ryan, please see the parameter is called $matches but you use $match later
on. this is a minor bug I assume by copy/paste. please fix it.
{{{
532 function _normalize_tag( $matches ) {
533 return '<' . strtolower( $match[1] );
534 }
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/10836#comment:2>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list