Ticket #18061: 18061.patch
| File 18061.patch, 352 bytes (added by jakub.tyrcha, 23 months ago) |
|---|
-
wp-admin/admin.php
139 139 else if ( isset($pagenow) ) 140 140 $hook_suffix = $pagenow; 141 141 142 do_action("admin_init-$hook_suffix"); 143 142 144 set_current_screen(); 143 145 144 146 // Handle plugin admin pages.
