Plugin Directory

Changeset 206693


Ignore:
Timestamp:
02/16/2010 08:26:45 PM (16 years ago)
Author:
zeeg
Message:

Its not really a 404

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lifestream/trunk/inc/core.php

    r206688 r206693  
    691691            $wp_query->post = $posts[0];
    692692            $post = $wp_query->post;
     693            $wp_query->is_404 = false;
    693694            $wp_query->queried_object = $posts[0];
    694695            $wp_query->queried_object_id = $posts[0]->ID;
Note: See TracChangeset for help on using the changeset viewer.