Changeset 57239 for trunk/src/wp-includes/post.php
- Timestamp:
- 01/03/2024 09:57:32 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r57150 r57239 3862 3862 3863 3863 foreach ( $group_by_status as $status => $comments ) { 3864 // Sanitycheck. This shouldn't happen.3864 // Confidence check. This shouldn't happen. 3865 3865 if ( 'post-trashed' === $status ) { 3866 3866 $status = '0';
Note: See TracChangeset
for help on using the changeset viewer.