Changeset 60108 for trunk/src/wp-includes/link-template.php
- Timestamp:
- 03/30/2025 11:32:38 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/link-template.php
r59865 r60108 4064 4064 } 4065 4065 4066 if ( 'publish' !== $post->post_status) {4066 if ( 'publish' !== get_post_status( $post ) ) { 4067 4067 return false; 4068 4068 }
Note: See TracChangeset
for help on using the changeset viewer.