From ec69e512e41a1b9896f3a8ce7c765084e92c3064 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Mon, 28 Jul 2008 23:07:47 +0000 Subject: [PATCH] Press This: using trailing slash after $_SERVER['PHP_SELF'] breaks the image tab on some servers. git-svn-id: https://develop.svn.wordpress.org/trunk@8476 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/press-this.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/press-this.php b/wp-admin/press-this.php index 044464ccc1..a7cb1c0a05 100644 --- a/wp-admin/press-this.php +++ b/wp-admin/press-this.php @@ -446,7 +446,7 @@ if($_REQUEST['ajax'] == 'photo') { ?> jQuery('#extra_fields').show(); jQuery('#extra_fields').before('

'); - jQuery('#extra_fields').load(''); + jQuery('#extra_fields').load(''); jQuery.ajax({ type: "GET", cache : false,