Fix double include when handling plugin admin pages. Bug 649. Hat tip: morganiq

git-svn-id: https://develop.svn.wordpress.org/trunk@2086 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2005-01-12 23:33:07 +00:00
parent 5f52d2717d
commit 5a5e186be5
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<?php require_once('admin.php'); ?>
<?php if (!isset($_GET["page"])) require_once('admin.php'); ?>
<?php get_admin_page_title(); ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">