Make WordPress Core

Changeset 479 for trunk/b2login.php


Ignore:
Timestamp:
10/26/2003 08:34:24 PM (22 years ago)
Author:
saxmatt
Message:

Split up post and edit screens.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/b2login.php

    r458 r479  
    258258        header("Cache-Control: no-cache, must-revalidate"); /* to cope with HTTP/1.1 */
    259259        header("Pragma: no-cache");
    260         header("Location: wp-admin/b2edit.php");
     260        header("Location: wp-admin/");
    261261        exit();
    262262    }
     
    298298    <input type="hidden" name="popuptitle" value="<?php echo $popuptitle ?>" />
    299299<?php } ?>
    300     <input type="hidden" name="redirect_to" value="wp-admin/b2edit.php" />
     300    <input type="hidden" name="redirect_to" value="wp-admin/" />
    301301    <input type="hidden" name="action" value="login" />
    302302    <label>Login: <input type="text" name="log" id="log" value="" size="20" tabindex="1" /></label><br />
Note: See TracChangeset for help on using the changeset viewer.