From cefee535dbedbdd1a99c17d93a004670542853d0 Mon Sep 17 00:00:00 2001 From: markjaquith Date: Wed, 20 Apr 2011 17:43:01 +0000 Subject: [PATCH] Do not allow the Press This links to be click-activated when they are meant to be dragged. fixes #17192. see #17184 git-svn-id: http://svn.automattic.com/wordpress/trunk@17666 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/options-writing.php | 2 +- wp-admin/tools.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/options-writing.php b/wp-admin/options-writing.php index 512d372a6..30cf5d5b8 100644 --- a/wp-admin/options-writing.php +++ b/wp-admin/options-writing.php @@ -89,7 +89,7 @@ wp_dropdown_categories(array('hide_empty' => 0, 'name' => 'default_link_category

-

+

diff --git a/wp-admin/tools.php b/wp-admin/tools.php index ac62dd49f..a2c515437 100644 --- a/wp-admin/tools.php +++ b/wp-admin/tools.php @@ -34,7 +34,7 @@ require_once('./admin-header.php');

-

+