From b292e35bfef7addd9f3aebcecf1237c269903990 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Tue, 28 Apr 2009 19:40:34 +0000 Subject: [PATCH] More hook back-compat. Props coffee2code. fixes #9438 git-svn-id: https://develop.svn.wordpress.org/trunk@11113 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/menu.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-admin/menu.php b/wp-admin/menu.php index cd7698bbb3..a88bdadcd9 100644 --- a/wp-admin/menu.php +++ b/wp-admin/menu.php @@ -138,6 +138,7 @@ foreach ($menu as $menu_page) { 'edit-pages' => 'pages', 'edit-comments' => 'comments', 'options-general' => 'settings', + 'themes' => 'appearance', ); if ( isset($compat[$hook_name]) )