Make WordPress Core


Ignore:
Timestamp:
03/02/2006 10:32:19 AM (19 years ago)
Author:
ryan
Message:

s/get_linkz/get_bookmarks/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/link-manager.php

    r3570 r3597  
    144144if ( 'all' == $cat_id )
    145145    $cat_id = '';
    146 $links = get_linkz("category=$cat_id&hide_invisible=0&orderby=$sqlorderby&hide_empty=0");
     146$links = get_bookmarks("category=$cat_id&hide_invisible=0&orderby=$sqlorderby&hide_empty=0");
    147147if ($links)
    148148    foreach ($links as $link) {
Note: See TracChangeset for help on using the changeset viewer.