Skip to content

Commit

Permalink
Exclude the navbar links category from the links page, don't include it
Browse files Browse the repository at this point in the history
git-svn-id: https://tarski.googlecode.com/svn/trunk@733 8ec1c81d-c82d-0410-ab24-9d07384f4a97
  • Loading branch information
beastaugh committed Jul 22, 2008
1 parent 74c737d commit 2acb477
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
#### New features

* Make options page compatible with <abbr title="Secure Sockets Layer">SSL</abbr> admin (r731)

#### Bug fixes

* Exclude the navbar links category from the links page (r733)


### Version 2.2.2 [&sect;](http://tarskitheme.com/2008/07/19/22-release/)
Expand Down
2 changes: 1 addition & 1 deletion links.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<?php } ?>
<div class="bookmarks">
<?php wp_list_bookmarks(array(
'category' => get_tarski_option('nav_extlinkcat'),
'exclude_category' => get_tarski_option('nav_extlinkcat'),
'category_before' => '',
'category_after' => '',
'title_before' => '<h3>',
Expand Down

0 comments on commit 2acb477

Please sign in to comment.