s/get_linkz/get_bookmarks/

git-svn-id: http://svn.automattic.com/wordpress/trunk@3597 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2006-03-02 10:32:19 +00:00
parent 22b9357157
commit c29cb19596
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ if ( isset($_GET['deleted']) ) {
<?php
if ( 'all' == $cat_id )
$cat_id = '';
$links = get_linkz("category=$cat_id&hide_invisible=0&orderby=$sqlorderby&hide_empty=0");
$links = get_bookmarks("category=$cat_id&hide_invisible=0&orderby=$sqlorderby&hide_empty=0");
if ($links)
foreach ($links as $link) {
$link->link_name = wp_specialchars($link->link_name);