Changeset 7001 for trunk/wp-includes/functions.php
- Timestamp:
- 02/24/2008 04:33:51 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r6995 r7001 1373 1373 <?php endif; ?> 1374 1374 </head> 1375 <body >1375 <body id="error-page"> 1376 1376 <?php endif; ?> 1377 <h1 id="logo"><img alt="WordPress" src="<?php echo $admin_dir; ?>images/wordpress-logo.png" /></h1>1378 1377 <?php echo $message; ?> 1379 1380 1378 </body> 1381 1379 </html>
Note: See TracChangeset
for help on using the changeset viewer.