From 4a0112f746dff292456a848816a3e8bcfc4900aa Mon Sep 17 00:00:00 2001 From: rboren Date: Wed, 11 Aug 2004 01:55:34 +0000 Subject: [PATCH] Add pagename query var. git-svn-id: http://svn.automattic.com/wordpress/trunk@1531 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-blog-header.php | 2 +- wp-includes/classes.php | 7 +++++++ wp-includes/functions.php | 10 +++++----- wp-includes/template-functions-links.php | 6 +++--- 4 files changed, 16 insertions(+), 9 deletions(-) diff --git a/wp-blog-header.php b/wp-blog-header.php index c0ba125ae..8b2d75e57 100644 --- a/wp-blog-header.php +++ b/wp-blog-header.php @@ -50,7 +50,7 @@ if ( !empty( $_SERVER['PATH_INFO'] ) ) { } } -$wpvarstoreset = array('m','p','posts','w', 'cat','withcomments','s','search','exact', 'sentence','poststart','postend','preview','debug', 'calendar','page','paged','more','tb', 'pb','author','order','orderby', 'year', 'monthnum', 'day', 'hour', 'minute', 'second', 'name', 'category_name', 'feed', 'author_name', 'static'); +$wpvarstoreset = array('m','p','posts','w', 'cat','withcomments','s','search','exact', 'sentence','poststart','postend','preview','debug', 'calendar','page','paged','more','tb', 'pb','author','order','orderby', 'year', 'monthnum', 'day', 'hour', 'minute', 'second', 'name', 'category_name', 'feed', 'author_name', 'static', 'pagename'); for ($i=0; $i