Make WordPress Core


Ignore:
Timestamp:
03/02/2006 04:55:31 AM (20 years ago)
Author:
ryan
Message:

s/get_linkz/get_bookmarks/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/links.php

    r3589 r3592  
    7373    global $wpdb;
    7474
    75     $results = get_linkz("category=$category&orderby=$orderby&show_updated=$show_updated&limit=$limit");
     75    $results = get_bookmarks("category=$category&orderby=$orderby&show_updated=$show_updated&limit=$limit");
    7676
    7777    if (!$results) {
     
    248248}
    249249
    250 function get_linkz($args = '') {
     250function get_bookmarks($args = '') {
    251251    global $wpdb;
    252252
Note: See TracChangeset for help on using the changeset viewer.