Changeset 1241

Show
Ignore:
Timestamp:
04/17/08 15:38:38 (4 months ago)
Author:
donncha
Message:

Minor change for 2.5 update, props momo360modena, fixes #590

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/wpmu-edit.php

    r1237 r1241  
    350350        case "confirm": 
    351351                global $wp_locale; 
     352                if( !headers_sent() ){ 
     353                        nocache_headers(); 
     354                        header( 'Content-Type: text/html; charset=utf-8' ); 
     355                } 
    352356                ?> 
    353357                <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
     
    362366                                <?php endif; ?> 
    363367                        </head> 
    364                         <body
     368                        <body id="error-page"
    365369                                <h1 id="logo"><img alt="WordPress" src="images/wordpress-logo.png" /></h1> 
    366370                                <form action='wpmu-edit.php?action=<?php echo wp_specialchars( $_GET[ 'action2' ] ) ?>' method='post'> 
     
    371375                                        <p>                                              
    372376                                                <?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>                                     
    374378                                </form> 
    375379                        </body>