Changeset 56175 for trunk/src/wp-admin/menu-header.php
- Timestamp:
- 07/09/2023 07:54:42 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/menu-header.php
r55988 r56175 227 227 $aria_attributes .= ' aria-current="page"'; 228 228 } 229 // If plugin_page is set the parent must either match the current page or not physically exist. 230 // This allows plugin pages with the same hook to exist under different parents. 229 /* 230 * If plugin_page is set the parent must either match the current page or not physically exist. 231 * This allows plugin pages with the same hook to exist under different parents. 232 */ 231 233 } elseif ( 232 234 ( ! isset( $plugin_page ) && $self === $sub_item[2] )
Note: See TracChangeset
for help on using the changeset viewer.