Changeset 2523 for trunk/wp-blog-header.php
- Timestamp:
- 04/09/2005 05:12:36 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-blog-header.php
r2512 r2523 86 86 } 87 87 88 $wpvarstoreset = array('m','p','posts','w', 'cat','withcomments','s','search','exact', 'sentence', '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', 'page_id', 'error', 'comments_popup');88 $wpvarstoreset = array('m','p','posts','w', 'cat','withcomments','s','search','exact', 'sentence', 'debug', 'calendar','page','paged','more','tb', 'pb','author','order','orderby', 'year', 'monthnum', 'day', 'hour', 'minute', 'second', 'name', 'category_name', 'feed', 'author_name', 'static', 'pagename', 'page_id', 'error', 'comments_popup'); 89 89 90 90 $wpvarstoreset = apply_filters('query_vars', $wpvarstoreset); … … 168 168 169 169 update_category_cache(); 170 get_currentuserinfo(); 170 171 171 172 // Call query posts to do the work.
Note: See TracChangeset
for help on using the changeset viewer.