diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index b294c5b569..71bf387c36 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -38,6 +38,7 @@ function _cat_row( $category, $level, $name_override = false ) { if ( current_user_can( 'manage_categories' ) ) { $edit = "".__( 'Edit' ).""; $default_cat_id = (int) get_option( 'default_category' ); + $default_link_cat_id = (int) get_option( 'default_link_category' ); if ( $category->term_id != $default_cat_id ) $edit .= "