changing login post to a relative URL
git-svn-id: http://svn.automattic.com/wordpress/trunk@397 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
1a77d22ca5
commit
6b2f206dba
|
@ -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 $siteurl; ?>/b2login.php" method="post">
|
||||
<form name="login" id="loginform" action="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