Fixed to use $siteurl instead of $path
git-svn-id: http://svn.automattic.com/wordpress/trunk@237 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
701dbb4d61
commit
062c930a09
|
@ -290,7 +290,7 @@ default:
|
|||
if ($error) echo "<div align=\"right\" style=\"padding:4px;\"><font color=\"#FF0000\">$error</font><br /> </div>";
|
||||
?>
|
||||
|
||||
<form name="login" id="loginform" action="<?php echo $path; ?>/b2login.php" method="post">
|
||||
<form name="login" id="loginform" action="<?php echo $siteurl; ?>/b2login.php" method="post">
|
||||
<?php if ($mode=="bookmarklet") { ?>
|
||||
<input type="hidden" name="mode" value="<?php echo $mode ?>" />
|
||||
<input type="hidden" name="text" value="<?php echo $text ?>" />
|
||||
|
|
Loading…
Reference in New Issue