Redundant <span> removed.

git-svn-id: http://svn.automattic.com/wordpress/trunk@447 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2003-10-13 05:17:36 +00:00
parent 81ab3dfe9b
commit f268c0ad4b
1 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,8 @@
<h1 id="wphead"><a href="http://wordpress.org" rel="external"><span>WordPress</span></a></h1>
<h1 id="wphead"><a href="http://wordpress.org" rel="external">WordPress</a></h1>
<ul id="adminmenu">
<?php
$menu = file("./b2menutop.txt");
$menu = file('./b2menutop.txt');
$continue = true;
foreach ($menu as $item) {
$class = '';