When reordering dashboard widgets there is a fatal error in admin.php line 112: strtolower argument being an array. Result: Dashboard widget reordering fails and an error logged.
Suggest ignore this when doing_ajax, and check that $_REQUEST['order'] is a string before using it. Maybe use $_GET['order']?
When reordering dashboard widgets there is a fatal error in
admin.php
line 112:strtolower
argument being an array. Result: Dashboard widget reordering fails and an error logged.Suggest ignore this when doing_ajax, and check that
$_REQUEST['order']
is a string before using it. Maybe use$_GET['order']
?