diff --git a/index.php b/index.php
index a301987bbe..9a708f961a 100644
--- a/index.php
+++ b/index.php
@@ -93,7 +93,7 @@ require_once('wp-blog-header.php');
Other:
Meta:
diff --git a/wp-admin/admin-header.php b/wp-admin/admin-header.php
index 5324adba0f..8f57174189 100644
--- a/wp-admin/admin-header.php
+++ b/wp-admin/admin-header.php
@@ -76,7 +76,7 @@ setTimeout("redirect();", 600);
}
function launchupload() {
- window.open ("upload.php", "b2upload", "width=380,height=360,location=0,menubar=0,resizable=1,scrollbars=yes,status=1,toolbar=0");
+ window.open ("upload.php", "wpupload", "width=380,height=360,location=0,menubar=0,resizable=1,scrollbars=yes,status=1,toolbar=0");
}
function helpWindow(url) {
diff --git a/wp-admin/bookmarklet.php b/wp-admin/bookmarklet.php
index 131d3323e9..de64195105 100644
--- a/wp-admin/bookmarklet.php
+++ b/wp-admin/bookmarklet.php
@@ -38,7 +38,7 @@ window.close()
\n";
+ $javascript = "\n";
echo $javascript;
}
@@ -1484,7 +1484,7 @@ function comments_popup_link($zero='No Comments', $one='1 Comment', $more='% Com
if ($b2commentsjavascript) {
echo $b2commentspopupfile.$querystring_start.'p'.$querystring_equal.$id.$querystring_separator.'c'.$querystring_equal.'1';
//echo get_permalink();
- echo '" onclick="b2open(this.href); return false"';
+ echo '" onclick="wpopen(this.href); return false"';
} else {
// if comments_popup_script() is not in the template, display simple comment link
comments_link();