mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-10 18:37:58 +01:00
Fix double include when handling plugin admin pages. Bug 649. Hat tip: morganiq
git-svn-id: http://svn.automattic.com/wordpress/trunk@2086 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
5db85f10c6
commit
82e031194e
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user