Changeset 7350 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/header-child-page.php
- Timestamp:
- 06/29/2018 08:57:02 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/header-child-page.php
r7218 r7350 32 32 // The last found menu item that patches is the one that's shown as active. 33 33 foreach ( $menu_items as $path => $text ) { 34 // phpcs:ignore WordPress.VIP 34 35 if ( false !== strpos( $_SERVER['REQUEST_URI'], $path ) ) { 35 36 $active_item = $path;
Note: See TracChangeset
for help on using the changeset viewer.