Changeset 3047
- Timestamp:
- 11/11/2005 01:44:41 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/classes.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/classes.php
r3011 r3047 1501 1501 1502 1502 function send_headers() { 1503 global $current_user; 1503 1504 @header('X-Pingback: '. get_bloginfo('pingback_url')); 1505 if ( $current_user ) 1506 nocache_headers(); 1504 1507 if ( !empty($this->query_vars['error']) && '404' == $this->query_vars['error'] ) { 1505 1508 status_header( 404 ); … … 1601 1604 function main($query_args = '') { 1602 1605 $this->parse_request($query_args); 1606 $this->prime_caches(); 1603 1607 $this->send_headers(); 1604 $this->prime_caches();1605 1608 $this->query_posts(); 1606 1609 $this->handle_404();
Note: See TracChangeset
for help on using the changeset viewer.