Various fixes and cleanups, inspired and pointed out by Joseph Scott.

git-svn-id: https://develop.svn.wordpress.org/trunk@1245 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2004-05-09 05:47:02 +00:00
parent 4a58f4f523
commit 7f1cdc843e
11 changed files with 33 additions and 53 deletions

View File

@@ -1,6 +1,6 @@
<?php
if ($_GET['action']) {
if (isset($_GET['action'])) {
$standalone = 1;
require_once('admin-header.php');
if ('activate' == $_GET['action']) {