Make WordPress Core


Ignore:
Timestamp:
10/28/2004 04:03:56 AM (20 years ago)
Author:
rboren
Message:

require_once admin.php from admin-header.php. This will avoid having to change plugins that use the old style include. Bug 393.

File:
1 edited

Legend:

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

    r1818 r1837  
     1<?php require_once('admin.php'); ?>
    12<?php get_admin_page_title(); ?>
    23<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Note: See TracChangeset for help on using the changeset viewer.