Make WordPress Core


Ignore:
Timestamp:
10/11/2006 09:23:24 AM (18 years ago)
Author:
markjaquith
Message:

Blogroll link visibility typo fix by foolswisdom. fixes #3226

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/bookmark-template.php

    r4263 r4374  
    331331
    332332        foreach ( (array) $cats as $cat ) {
    333             $bookmarks = get_bookmarks("limit=$limit&category={$cat->cat_ID}&show_updated=$show_updated&orderby=$orderby&order=$order&hide_invisible=$hide_inivisible&show_updated=$show_updated");
     333            $bookmarks = get_bookmarks("limit=$limit&category={$cat->cat_ID}&show_updated=$show_updated&orderby=$orderby&order=$order&hide_invisible=$hide_invisible&show_updated=$show_updated");
    334334            if ( empty($bookmarks) )
    335335                continue;
Note: See TracChangeset for help on using the changeset viewer.