Changeset 3592 for trunk/wp-includes/links.php
- Timestamp:
- 03/02/2006 04:55:31 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/links.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/links.php
r3589 r3592 73 73 global $wpdb; 74 74 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"); 76 76 77 77 if (!$results) { … … 248 248 } 249 249 250 function get_ linkz($args = '') {250 function get_bookmarks($args = '') { 251 251 global $wpdb; 252 252
Note: See TracChangeset
for help on using the changeset viewer.