Add footer to Import Blogroll page. Props Ozh. fixes #2168

git-svn-id: http://svn.automattic.com/wordpress/trunk@3381 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2005-12-29 21:59:38 +00:00
parent fb25862f14
commit 095edb0aea
1 changed files with 3 additions and 2 deletions

View File

@ -126,6 +126,7 @@ foreach ($categories as $category) {
break;
} // end case 1
} // end switch
include('admin-footer.php');
?>
</body>
</html>