mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-12 08:34:35 +00:00
Redundant <span> removed.
git-svn-id: https://develop.svn.wordpress.org/trunk@447 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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 = '';
|
||||
|
||||
Reference in New Issue
Block a user