mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-30 23:30:05 +00:00
changing login post to a relative URL
git-svn-id: https://develop.svn.wordpress.org/trunk@397 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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 ?>" />
|
||||
|
||||
Reference in New Issue
Block a user