From 12de05107e4c8b006bde6ee8916f34eb476d08da Mon Sep 17 00:00:00 2001 From: donncha Date: Fri, 13 Jun 2008 17:21:00 +0000 Subject: WP Merge with revision 8075 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1328 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-admin/edit-link-form.php | 88 ++++++++++++++++++++++----------------------- 1 file changed, 44 insertions(+), 44 deletions(-) (limited to 'wp-admin/edit-link-form.php') diff --git a/wp-admin/edit-link-form.php b/wp-admin/edit-link-form.php index 15c3fb5..48b95cc 100644 --- a/wp-admin/edit-link-form.php +++ b/wp-admin/edit-link-form.php @@ -74,7 +74,7 @@ if ( ( 'edit' == $action) && current_user_can('manage_links') )
-

+


@@ -82,7 +82,7 @@ if ( ( 'edit' == $action) && current_user_can('manage_links') )
-

+


http://wordpress.org/ — don’t forget the http://'); ?> @@ -90,21 +90,19 @@ if ( ( 'edit' == $action) && current_user_can('manage_links') )
-

+


-
-

-
- +

    - + link_id); ?>
@@ -127,17 +125,17 @@ if ( ( 'edit' == $action) && current_user_can('manage_links') )
- -
-
+

-
-

-
+ +

@@ -147,16 +145,17 @@ if ( ( 'edit' == $action) && current_user_can('manage_links') ) +

_blank your link will open in a new window.'); ?>

-
-
+"> -

-
+function link_xfn_meta_box($link) { +?> - + @@ -164,15 +163,15 @@ if ( ( 'edit' == $action) && current_user_can('manage_links') )
- + - + - + - + - + - + - +
+
-
+
-
+
-
+
-
+
@@ -214,11 +213,11 @@ if ( ( 'edit' == $action) && current_user_can('manage_links') ) -
+
@@ -237,11 +236,11 @@ if ( ( 'edit' == $action) && current_user_can('manage_links') ) -
+
@@ -254,19 +253,19 @@ if ( ( 'edit' == $action) && current_user_can('manage_links') ) -

XFN.'); ?>

-
-
+"> -

-
+function link_advanced_meta_box($link) { +?> @@ -294,12 +293,13 @@ if ( ( 'edit' == $action) && current_user_can('manage_links') )
-
-
+ +do_meta_boxes('link', 'advanced', $link); - +if ( $link_id ) : ?> -- cgit