Redundant <span> removed.
git-svn-id: http://svn.automattic.com/wordpress/trunk@447 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
81ab3dfe9b
commit
f268c0ad4b
|
@ -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