X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/449d082fcc4873c1f7d363a0d9f7409be7f6e77d..672d6bc6da735e745275ef7a86341dc1178da8d2:/wp-admin/edit-link-categories.php diff --git a/wp-admin/edit-link-categories.php b/wp-admin/edit-link-categories.php index 3636635c..691f3266 100644 --- a/wp-admin/edit-link-categories.php +++ b/wp-admin/edit-link-categories.php @@ -61,9 +61,9 @@ $messages[6] = __('Categories deleted.'); ?>
-

' . __('Search results for “%s”') . '', wp_specialchars( stripslashes($_GET['s']) ) ); ?> + printf( '' . __('Search results for “%s”') . '', esc_html( stripslashes($_GET['s']) ) ); ?>

@@ -73,9 +73,9 @@ endif; ?>

@@ -112,7 +112,7 @@ if ( $page_links ) - +
@@ -166,7 +166,7 @@ if ( $page_links ) - +
@@ -189,19 +189,19 @@ if ( $page_links ) $category = (object) array(); $category->parent = 0; do_action('add_link_category_form_pre', $category); ?>
-

+

- +
- +

@@ -211,7 +211,7 @@ if ( $page_links )
-

+

@@ -224,20 +224,5 @@ if ( $page_links ) - -