Changeset 3510 for trunk/wp-includes/template-functions-category.php
- Timestamp:
- 02/09/2006 10:03:48 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/template-functions-category.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/template-functions-category.php
r3338 r3510 309 309 UNIX_TIMESTAMP( MAX(post_date) ) AS ts 310 310 FROM $wpdb->posts, $wpdb->post2cat, $wpdb->categories 311 WHERE post_ status = 'publish' AND post_id = ID $exclusions311 WHERE post_type = 'post' AND post_status = 'publish' AND post_id = ID $exclusions 312 312 GROUP BY category_id"); 313 313 foreach ( $cat_dates as $cat_date ) {
Note: See TracChangeset
for help on using the changeset viewer.