Show
Ignore:
Timestamp:
04/12/08 20:00:12 (3 months ago)
Author:
andy
Message:

stats: remove restriction on attachments

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • stats/trunk/stats.php

    r34972 r40064  
    8888      $a['blog'] = $options['blog_id']; 
    8989      $a['v'] = 'ext'; 
    90       if ( ( $wp_the_query->is_single || $wp_the_query->is_page ) && !$wp_the_query->is_attachment
     90      if ( $wp_the_query->is_single || $wp_the_query->is_page
    9191            $a['post'] = $wp_the_query->get_queried_object_id(); 
    9292      else