Changeset 47219 for trunk/src/wp-includes/class-walker-page.php
- Timestamp:
- 02/09/2020 04:52:28 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-walker-page.php
r46413 r47219 131 131 $css_class[] = 'current_page_parent'; 132 132 } 133 } elseif ( $page->ID == get_option( 'page_for_posts' )) {133 } elseif ( get_option( 'page_for_posts' ) == $page->ID ) { 134 134 $css_class[] = 'current_page_parent'; 135 135 }
Note: See TracChangeset
for help on using the changeset viewer.