>
link_name; ?>
link_description . " | ";
echo "link_url\" title=\"".sprintf(__('Visit %s'), $link->link_name)."\">$short_url | ";
?>
link_category as $category) {
$cat_name = get_the_category_by_ID($category);
$cat_name = wp_specialchars($cat_name);
if ( $cat_id != $category )
$cat_name = "$cat_name";
$cat_names[] = $cat_name;
}
echo implode(', ', $cat_names);
?>
|
link_rel; ?> |
|
'.__('Edit').'';
echo 'link_id , '".sprintf(__("You are about to delete the "%s" bookmark to %s.\\n"Cancel" to stop, "OK" to delete."), js_escape($link->link_name), js_escape($link->link_url)).'\' );" class="delete">'.__('Delete').' | ';
echo ' | ';
echo "\n
\n";
}
?>