Make WordPress Core


Ignore:
Timestamp:
02/24/2008 04:33:51 AM (18 years ago)
Author:
ryan
Message:

Error page styling from mt. fixes #5977

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/functions.php

    r6995 r7001  
    13731373<?php endif; ?>
    13741374</head>
    1375 <body>
     1375<body id="error-page">
    13761376<?php endif; ?>
    1377     <h1 id="logo"><img alt="WordPress" src="<?php echo $admin_dir; ?>images/wordpress-logo.png" /></h1>
    13781377    <?php echo $message; ?>
    1379 
    13801378</body>
    13811379</html>
Note: See TracChangeset for help on using the changeset viewer.