Changeset 1241
- Timestamp:
- 04/17/08 15:38:38 (4 months ago)
- Files:
-
- trunk/wp-admin/wpmu-edit.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/wpmu-edit.php
r1237 r1241 350 350 case "confirm": 351 351 global $wp_locale; 352 if( !headers_sent() ){ 353 nocache_headers(); 354 header( 'Content-Type: text/html; charset=utf-8' ); 355 } 352 356 ?> 353 357 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> … … 362 366 <?php endif; ?> 363 367 </head> 364 <body >368 <body id="error-page"> 365 369 <h1 id="logo"><img alt="WordPress" src="images/wordpress-logo.png" /></h1> 366 370 <form action='wpmu-edit.php?action=<?php echo wp_specialchars( $_GET[ 'action2' ] ) ?>' method='post'> … … 371 375 <p> 372 376 <?php echo wp_specialchars( $_GET['msg'] ) ?><br /> 373 <input type='submit' value='<?php _e("Confirm"); ?>' /></p>377 <input class="button" type='submit' value='<?php _e("Confirm"); ?>' /></p> 374 378 </form> 375 379 </body>
