Changeset 15146 for trunk/wp-admin/ms-edit.php
- Timestamp:
- 06/05/2010 09:04:48 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/ms-edit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/ms-edit.php
r15050 r15146 468 468 469 469 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 470 <?php wp_admin_css( 'install', true ); ?> 470 <?php 471 wp_admin_css( 'install', true ); 472 wp_admin_css( 'ie', true ); 473 ?> 471 474 </head> 472 <body id="error-page">475 <body> 473 476 <h1 id="logo"><img alt="WordPress" src="<?php echo esc_attr( admin_url( 'images/wordpress-logo.png' ) ); ?>" /></h1> 474 477 <form action="ms-edit.php?action=<?php echo esc_attr( $_GET['action2'] ) ?>" method="post">
Note: See TracChangeset
for help on using the changeset viewer.