Changeset 4376
- Timestamp:
- 11/09/2012 04:07:55 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/includes/core/theme-compat.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/core/theme-compat.php
r4257 r4376 385 385 $wp_query->post->post_content = $dummy['post_content']; 386 386 $wp_query->post->post_title = $dummy['post_title']; 387 $wp_query->post->post_excerpt = $dummy['post_ content_filtered'];387 $wp_query->post->post_excerpt = $dummy['post_excerpt']; 388 388 $wp_query->post->post_content_filtered = $dummy['post_content_filtered']; 389 389 $wp_query->post->post_mime_type = $dummy['post_mime_type'];
Note: See TracChangeset
for help on using the changeset viewer.