Changeset 55857 for trunk/src/wp-includes/general-template.php
- Timestamp:
- 05/25/2023 12:53:24 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r55703 r55857 2299 2299 WHERE post_date < '$thisyear-$thismonth-01' 2300 2300 AND post_type = 'post' AND post_status = 'publish' 2301 2302 2301 ORDER BY post_date DESC 2302 LIMIT 1" 2303 2303 ); 2304 2304 $next = $wpdb->get_row( … … 2307 2307 WHERE post_date > '$thisyear-$thismonth-{$last_day} 23:59:59' 2308 2308 AND post_type = 'post' AND post_status = 'publish' 2309 2310 2309 ORDER BY post_date ASC 2310 LIMIT 1" 2311 2311 ); 2312 2312
Note: See TracChangeset
for help on using the changeset viewer.