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:
azaozz
2009-10-25 17:30:58 +00:00
parent 7a67d6e60f
commit 791cebe932
6 changed files with 8 additions and 7 deletions

View File

@@ -43,7 +43,7 @@ class BW_Import {
}
function _normalize_tag( $matches ) {
return '<' . strtolower( $match[1] );
return '<' . strtolower( $matches[1] );
}
function import_posts() {