Redundant <span> removed.
git-svn-id: https://develop.svn.wordpress.org/trunk@447 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
d84cda977a
commit
89b2a0d69f
@ -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 = '';
|
||||
|
Loading…
Reference in New Issue
Block a user