Some css cleanup and fixes after the merge, see #7552

git-svn-id: http://svn.automattic.com/wordpress/trunk@8697 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz
2008-08-21 02:25:14 +00:00
parent 01e3a5ec79
commit 39e0608b33
10 changed files with 17 additions and 48 deletions

View File

@@ -106,7 +106,6 @@ switch ($action) {
if (!$link = get_link_to_edit($link_id))
wp_die(__('Link not found.'));
$fixed_bar = true;
include_once ('admin-header.php');
include ('edit-link-form.php');
include ('admin-footer.php');