Changeset 12620 for trunk/wp-admin/ms-edit.php
- Timestamp:
- 01/07/2010 12:24:03 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/ms-edit.php
r12610 r12620 426 426 <body id="error-page"> 427 427 <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'> 429 429 <input type='hidden' name='action' value='<?php echo wp_specialchars( $_GET['action2'] ) ?>' /> 430 430 <input type='hidden' name='id' value='<?php echo wp_specialchars( $id ); ?>' />
Note: See TracChangeset
for help on using the changeset viewer.