Some more b2->wp renaming

git-svn-id: https://develop.svn.wordpress.org/trunk@617 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mike Little
2003-12-16 01:58:39 +00:00
parent aa1ebf6584
commit acf936810f
11 changed files with 21 additions and 21 deletions

View File

@@ -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) {