Changeset 3597 for trunk/wp-admin/link-manager.php
- Timestamp:
- 03/02/2006 10:32:19 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/link-manager.php
r3570 r3597 144 144 if ( 'all' == $cat_id ) 145 145 $cat_id = ''; 146 $links = get_ linkz("category=$cat_id&hide_invisible=0&orderby=$sqlorderby&hide_empty=0");146 $links = get_bookmarks("category=$cat_id&hide_invisible=0&orderby=$sqlorderby&hide_empty=0"); 147 147 if ($links) 148 148 foreach ($links as $link) {
Note: See TracChangeset
for help on using the changeset viewer.