Cosmetic fixes from forums.

git-svn-id: https://develop.svn.wordpress.org/trunk@1205 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2004-04-28 19:49:27 +00:00
parent b8e5917c5d
commit 737aa43879
7 changed files with 94 additions and 124 deletions

View File

@@ -133,7 +133,9 @@ window.onload = blurry;
<?php wp_admin_head(); ?>
</head>
<body>
<h1 id="wphead"><a href="http://wordpress.org" rel="external" title="<?php _e('Visit WordPress.org') ?>"><?php _e('WordPress') ?></a></h1>
<div id="wphead">
<h1><a href="http://wordpress.org" rel="external" title="<?php _e('Visit WordPress.org') ?>"><?php _e('WordPress') ?></a></h1>
</div>
<?php
require('./menu.php');