Typo fixes, props dd32, fixes #11030
git-svn-id: http://svn.automattic.com/wordpress/trunk@12104 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -43,7 +43,7 @@ class BW_Import {
|
||||
}
|
||||
|
||||
function _normalize_tag( $matches ) {
|
||||
return '<' . strtolower( $match[1] );
|
||||
return '<' . strtolower( $matches[1] );
|
||||
}
|
||||
|
||||
function import_posts() {
|
||||
|
||||
Reference in New Issue
Block a user