Notice fixes from DD32. see #7509

git-svn-id: https://develop.svn.wordpress.org/trunk@9270 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-10-21 23:54:18 +00:00
parent a97d2744d1
commit c368483c2d
3 changed files with 6 additions and 8 deletions
-1
View File
@@ -339,7 +339,6 @@ class WP_Import {
}
function process_posts() {
$i = -1;
echo '<ol>';
$this->get_entries(array(&$this, 'process_post'));