Redundant <span> removed.

git-svn-id: https://develop.svn.wordpress.org/trunk@447 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2003-10-13 05:17:36 +00:00
parent d84cda977a
commit 89b2a0d69f
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 = '';