Changeset 59597
- Timestamp:
- 01/11/2025 12:35:45 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r59596 r59597 7935 7935 7936 7936 // Can't be its own parent. 7937 if ( $post_parent == $post_id ) {7937 if ( $post_parent === $post_id ) { 7938 7938 return 0; 7939 7939 }
Note: See TracChangeset
for help on using the changeset viewer.