Make WordPress Core


Ignore:
Timestamp:
01/07/2010 12:24:03 AM (15 years ago)
Author:
wpmuguru
Message:

Change references to wpmu-edit.php - See #11644

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/ms-edit.php

    r12610 r12620  
    426426            <body id="error-page">
    427427                <h1 id="logo"><img alt="WordPress" src="images/wordpress-logo.png" /></h1>
    428                 <form action='wpmu-edit.php?action=<?php echo wp_specialchars( $_GET[ 'action2' ] ) ?>' method='post'>
     428                <form action='ms-edit.php?action=<?php echo wp_specialchars( $_GET[ 'action2' ] ) ?>' method='post'>
    429429                    <input type='hidden' name='action' value='<?php echo wp_specialchars( $_GET['action2'] ) ?>' />
    430430                    <input type='hidden' name='id' value='<?php echo wp_specialchars( $id ); ?>' />
Note: See TracChangeset for help on using the changeset viewer.