Remove remnants of $c.

git-svn-id: http://svn.automattic.com/wordpress/trunk@808 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt
2004-01-29 06:49:19 +00:00
parent 7468d1b13d
commit 7d63d0c095
5 changed files with 6 additions and 7 deletions
+2 -2
View File
@@ -18,7 +18,7 @@ if (!get_magic_quotes_gpc()) {
$HTTP_COOKIE_VARS = add_magic_quotes($HTTP_COOKIE_VARS);
}
$wpvarstoreset = array('action', 'safe_mode', 'withcomments', 'c', 'posts', 'poststart', 'postend', 'content', 'edited_post_title', 'comment_error', 'profile', 'trackback_url', 'excerpt', 'showcomments', 'commentstart', 'commentend', 'commentorder');
$wpvarstoreset = array('action', 'safe_mode', 'withcomments', 'posts', 'poststart', 'postend', 'content', 'edited_post_title', 'comment_error', 'profile', 'trackback_url', 'excerpt', 'showcomments', 'commentstart', 'commentend', 'commentorder');
for ($i=0; $i<count($wpvarstoreset); $i += 1) {
$wpvar = $wpvarstoreset[$i];
@@ -643,7 +643,7 @@ switch($action) {
require_once ('./admin-header.php');
if ($user_level > 0) {
if ((!$withcomments) && (!$c)) {
if ((!$withcomments) && (!$single)) {
$action = 'post';
get_currentuserinfo();