Changeset 61121
- Timestamp:
- 11/04/2025 07:03:38 AM (6 weeks ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/script-loader.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r61117 r61121 3431 3431 global $menu, $submenu; 3432 3432 3433 $command_palette_settings = array(); 3433 $command_palette_settings = array( 3434 'is_network_admin' => is_network_admin(), 3435 ); 3434 3436 3435 3437 if ( $menu ) {
Note: See TracChangeset
for help on using the changeset viewer.