From 59d1012c9d66a873de66fb2d2a1bec115449de0b Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Tue, 14 Dec 2004 03:00:55 +0000 Subject: [PATCH] Move all auth stuff into functions. git-svn-id: https://develop.svn.wordpress.org/trunk@1947 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/admin.php | 4 ++-- wp-admin/auth.php | 15 --------------- wp-admin/index.php | 2 +- wp-admin/profile.php | 2 +- wp-includes/functions.php | 19 +++++++++++++++++++ 5 files changed, 23 insertions(+), 19 deletions(-) delete mode 100644 wp-admin/auth.php diff --git a/wp-admin/admin.php b/wp-admin/admin.php index 4286deb27f..34f217c23e 100644 --- a/wp-admin/admin.php +++ b/wp-admin/admin.php @@ -1,9 +1,9 @@ get_results("SELECT * FROM $wpdb->categories"); foreach ($dogs as $catt) { diff --git a/wp-admin/auth.php b/wp-admin/auth.php deleted file mode 100644 index 4a15998836..0000000000 --- a/wp-admin/auth.php +++ /dev/null @@ -1,15 +0,0 @@ - diff --git a/wp-admin/index.php b/wp-admin/index.php index 85011a3cb7..fc4dbe50a2 100644 --- a/wp-admin/index.php +++ b/wp-admin/index.php @@ -1,7 +1,7 @@