Make WordPress Core


Ignore:
Timestamp:
04/17/2004 06:44:10 PM (21 years ago)
Author:
saxmatt
Message:

Admin revamp.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/admin-header.php

    r956 r1089  
    5050}
    5151
    52 if ($standalone == 0) {
     52if ($standalone == 0) :
    5353
    5454?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     
    142142}
    143143?>
    144 <h2><?php echo $title; ?></h2>
    145144<?php
    146 } // endif not standalone
     145endif;
    147146?>
Note: See TracChangeset for help on using the changeset viewer.