Changeset 58449 for trunk/src/wp-admin/menu-header.php
- Timestamp:
- 06/20/2024 07:39:50 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/menu-header.php
r56175 r58449 99 99 $class[] = 'wp-not-current-submenu'; 100 100 if ( ! empty( $submenu_items ) ) { 101 $aria_attributes .= ' aria-haspopup="true"';101 $aria_attributes .= 'data-ariahaspopup'; 102 102 } 103 103 }
Note: See TracChangeset
for help on using the changeset viewer.