Changeset 61465 for trunk/src/wp-admin/includes/template.php
- Timestamp:
- 01/10/2026 06:36:40 AM (4 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r61463 r61465 2297 2297 function get_post_states( $post ) { 2298 2298 $post_states = array(); 2299 if ( ! $post instanceof WP_Post ) { 2300 return $post_states; 2301 } 2302 2299 2303 $post_status = $_REQUEST['post_status'] ?? ''; 2300 2304
Note: See TracChangeset
for help on using the changeset viewer.