diff --git a/wp-includes/bookmark-template.php b/wp-includes/bookmark-template.php index 2a06cf2a2a..3d644a6be9 100644 --- a/wp-includes/bookmark-template.php +++ b/wp-includes/bookmark-template.php @@ -167,7 +167,7 @@ function get_linkcatname($id = 0) { $cat_id = (int) $cats[0]; // Take the first cat. $cat = get_category($cat_id); - return $cat->cat_name; + return $cat->name; } /** function links_popup_script() @@ -229,9 +229,9 @@ function get_links_list($order = 'name', $hide_if_empty = 'obsolete') { // Handle each category. // Display the category name - echo '
  • ' . $cat->cat_name . "

    \n\t