Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Diener committed Apr 27, 2016
1 parent 4dc1aa0 commit 7645caf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/Optimize.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ function __disable_feed(){static $url = null; if(null===$url) $url = get_bloginf

add_action('wp_dashboard_setup', function() {
foreach ( [ "dashboard", "dashboard-network" ] as $hook ) {
remove_meta_box('dashboard_right_now', $hook, 'normal');
remove_meta_box('dashboard_plugins', $hook, 'normal');
remove_meta_box('dashboard_primary', $hook, 'side');
remove_meta_box('dashboard_secondary', $hook, 'side');
Expand Down

0 comments on commit 7645caf

Please sign in to comment.