Skip to content

Commit

Permalink
Fixed duplicate key in thematic_nav_menu_args()
Browse files Browse the repository at this point in the history
git-svn-id: http://thematic.googlecode.com/svn/trunk@681 25245320-ac48-0410-b4b3-eb13123354aa
  • Loading branch information
chris.gossmann committed Jun 24, 2010
1 parent fb41278 commit 1c08ae7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 8 additions & 0 deletions changelog.html
@@ -1,3 +1,11 @@
<h2>What's new in Thematic 0.9.7.3</h2>

<li><h3>Fixed:</h3>
<ul>
<li>Fixed duplicate key in <code>thematic_nav_menu_args()</code>.</li>
<li>The deprecated function uses WordPress' functionality for reporting.</li>
</ul>
</li>
<h2>What's new in Thematic 0.9.7.2</h2>

<li><h3>Added:</h3>
Expand Down
1 change: 0 additions & 1 deletion library/extensions/header-extensions.php
Expand Up @@ -367,7 +367,6 @@ function thematic_nav_menu_args() {
'container' => 'div',
'container_class' => 'menu',
'menu_class' => 'sf-menu',
'echo' => FALSE,
'fallback_cb' => 'wp_page_menu',
'before' => '',
'after' => '',
Expand Down

0 comments on commit 1c08ae7

Please sign in to comment.