s/get_linkz/get_bookmarks/

git-svn-id: https://develop.svn.wordpress.org/trunk@3592 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2006-03-02 04:55:31 +00:00
parent 621da95d0d
commit 50d6b727d8
1 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ function get_links($category = -1,
global $wpdb;
$results = get_linkz("category=$category&orderby=$orderby&show_updated=$show_updated&limit=$limit");
$results = get_bookmarks("category=$category&orderby=$orderby&show_updated=$show_updated&limit=$limit");
if (!$results) {
return;
@ -247,7 +247,7 @@ function get_links_list($order = 'name', $hide_if_empty = 'obsolete') {
}
}
function get_linkz($args = '') {
function get_bookmarks($args = '') {
global $wpdb;
parse_str($args, $r);