Changeset 7070
- Timestamp:
- 02/27/08 21:30:59 (4 months ago)
- Files:
-
- trunk/wp-includes/query.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/query.php
r6986 r7070 895 895 if ( 'attachment' == $reqpage_obj->post_type ) { 896 896 $this->is_attachment = true; 897 $this->is_page = false;897 $this->is_page = true; 898 898 $q['attachment_id'] = $reqpage; 899 899 }
