Changeset 55642 for trunk/src/wp-includes/post.php
- Timestamp:
- 04/10/2023 12:54:28 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r55617 r55642 5733 5733 } 5734 5734 5735 if ( 0 == $p->post_parent && count( $revparts ) == $count + 1 && $p->post_name == $revparts[ $count ] ) {5735 if ( 0 == $p->post_parent && count( $revparts ) === $count + 1 && $p->post_name == $revparts[ $count ] ) { 5736 5736 $foundid = $page->ID; 5737 5737 if ( $page->post_type == $post_type ) {
Note: See TracChangeset
for help on using the changeset viewer.