Changes between Initial Version and Version 1 of Ticket #19949, comment 2
- Timestamp:
- 04/25/2012 10:17:07 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19949, comment 2
initial v1 14 14 15 15 Well, actually, that would also cause an {{{update_post_thumbnail_cache()}}} call for the main query, which might be unnecessary. 16 17 LE: Because the_post_thumbnail() has this code: 18 19 {{{ 20 if ( in_the_loop() ) 21 update_post_thumbnail_cache(); 22 }}}