'; $deleted = (int) $_GET['deleted']; printf(__ngettext('%s link deleted.', '%s links deleted', $deleted), $deleted); echo '

'; } ?>

add links to sites that you visit often and share them on your blog. When you have a list of links in your sidebar to other blogs, it’s called a “blogroll.”'); ?>

\n"; $select_cat .= '\n"; foreach ((array) $categories as $cat) $select_cat .= '\n"; $select_cat .= "\n"; $select_order = "\n"; printf(__('Currently showing %1$s links ordered by %2$s'), $select_cat, $select_order); ?>

'' . __('Name') . '', 'url' => '' . __('URL') . '', 'categories' => '' . __('Categories') . '', 'rel' => '' . __('rel') . '', 'visible' => '' . __('Visible') . '', 'action' => '' . __('Action') . '', ); $link_columns = apply_filters('manage_link_columns', $link_columns); ?> get_results( "SELECT link_id, category_id, count( * ) AS c FROM {$wpdb->link2cat} GROUP BY link_id, category_id" ); if( $results != null ) { foreach( $results as $link ) { if( $link->c > 1 ) { $wpdb->query( "DELETE FROM {$wpdb->link2cat} WHERE link_id='{$link->link_id}' AND category_id='{$link->category_id}'" ); $wpdb->query( "INSERT INTO {$wpdb->link2cat} VALUES ( 0, '{$link->link_id}', '{$link->category_id}' )" ); } } } wp_cache_set( "checked_bookmarks_table", "1", "options" ); } ?>