Some more b2->wp renaming

git-svn-id: http://svn.automattic.com/wordpress/trunk@617 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
mikelittle
2003-12-16 01:58:39 +00:00
parent 180b6e78bd
commit b0db88d03a
11 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ window.close()
<script type="text/javascript" language="javascript">
<!--
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");
}
//-->