mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
added id of 'top' to the top h2 tag so I could link to the anchor
git-svn-id: https://develop.svn.wordpress.org/trunk@379 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
f574cdd9d1
commit
f152fa9272
@ -23,4 +23,4 @@ foreach ($menu as $item) {
|
||||
</ul>
|
||||
<br clear="all" />
|
||||
|
||||
<h2><?php echo $title; ?></h2>
|
||||
<h2 id="top"><?php echo $title; ?></h2>
|
||||
Loading…
Reference in New Issue
Block a user