Changeset 1089 for trunk/wp-admin/admin-header.php
- Timestamp:
- 04/17/2004 06:44:10 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-header.php
r956 r1089 50 50 } 51 51 52 if ($standalone == 0) {52 if ($standalone == 0) : 53 53 54 54 ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> … … 142 142 } 143 143 ?> 144 <h2><?php echo $title; ?></h2>145 144 <?php 146 } // endif not standalone 145 endif; 147 146 ?>
Note: See TracChangeset
for help on using the changeset viewer.