From e475b0e8d9481f4c7a1964a4884137e3992985d4 Mon Sep 17 00:00:00 2001 From: ryan Date: Thu, 2 Mar 2006 04:55:31 +0000 Subject: [PATCH] s/get_linkz/get_bookmarks/ git-svn-id: http://svn.automattic.com/wordpress/trunk@3592 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/links.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/links.php b/wp-includes/links.php index 48584a3ef4..9901ff9cfd 100644 --- a/wp-includes/links.php +++ b/wp-includes/links.php @@ -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);