Changeset 4527

Show
Ignore:
Timestamp:
11/24/06 16:41:07 (2 years ago)
Author:
ryan
Message:

Typo. fixes #3389

Files:

Legend:

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

    r4495 r4527  
    342342    } else { 
    343343        //output one single list using title_li for the title 
    344         $bookmarks = get_bookmarks("limit=$limit&category=$category&show_updated=$show_updated&orderby=$orderby&order=$order&hide_invisible=$hide_inivisible&show_updated=$show_updated"); 
     344        $bookmarks = get_bookmarks("limit=$limit&category=$category&show_updated=$show_updated&orderby=$orderby&order=$order&hide_invisible=$hide_invisible&show_updated=$show_updated"); 
    345345         
    346346        if ( !empty($bookmarks) ) {