diff --git a/wp-admin/link-add.php b/wp-admin/link-add.php index 0c02ece6cb..99325f7212 100644 --- a/wp-admin/link-add.php +++ b/wp-admin/link-add.php @@ -114,82 +114,97 @@ th { text-align: right; } - - - - - - + + + +
- - + + + +
-
-
+ -
-
+
diff --git a/wp-admin/link-manager.php b/wp-admin/link-manager.php index 7e6612be93..8364aa2f7c 100644 --- a/wp-admin/link-manager.php +++ b/wp-admin/link-manager.php @@ -13,9 +13,10 @@ function xfn_check($class, $value = '', $type = 'check') { echo ' checked="checked"'; } if ('' == $value) { - if ('family' == $class && !strstr($link_rel, 'child') && !strstr($link_rel, 'parent') && !strstr($link_rel, 'sibling') && !strstr($link_rel, 'spouse') ) echo ' checked="checked"'; - if ('friendship' == $class && !strstr($link_rel, 'friend') && !strstr($link_rel, 'acquaintance') ) echo ' checked="checked"'; + if ('family' == $class && !strstr($link_rel, 'child') && !strstr($link_rel, 'parent') && !strstr($link_rel, 'sibling') && !strstr($link_rel, 'spouse') && !strstr($link_rel, 'kin')) echo ' checked="checked"'; + if ('friendship' == $class && !strstr($link_rel, 'friend') && !strstr($link_rel, 'acquaintance') && !strstr($link_rel, 'contact') ) echo ' checked="checked"'; if ('geographical' == $class && !strstr($link_rel, 'co-resident') && !strstr($link_rel, 'neighbor') ) echo ' checked="checked"'; + if ('identity' == $class && !strstr($link_rel, 'me') ) echo ' checked="checked"'; } } @@ -380,82 +381,94 @@ th { text-align: right; } + /> + /> + -