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

git-svn-id: https://develop.svn.wordpress.org/trunk@3381 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2005-12-29 21:59:38 +00:00
parent 0d3ec17bb1
commit 23bf1be299
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>