Changeset 40064 for stats/trunk/stats.php
- Timestamp:
- 04/12/08 20:00:12 (3 months ago)
- Files:
-
- stats/trunk/stats.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
stats/trunk/stats.php
r34972 r40064 88 88 $a['blog'] = $options['blog_id']; 89 89 $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 ) 91 91 $a['post'] = $wp_the_query->get_queried_object_id(); 92 92 else
