From 5d6cd5deb5775a6ebe275b83ce890818bf1bcc7c Mon Sep 17 00:00:00 2001 From: ryan Date: Thu, 11 Mar 2010 16:54:47 +0000 Subject: [PATCH] Use page icon for page menus. fixes #12583 git-svn-id: http://svn.automattic.com/wordpress/trunk@13659 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/template.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index 90b75460bb..a173bbbdec 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -3791,6 +3791,9 @@ function screen_icon($screen = '') { // @todo Remove this once we have a site admin icon if ( 'ms-admin' == $screen->parent_base ) $name = 'tools'; + + if ( 'edit' == $name && isset($screen->post_type) && 'page' == $screen->post_type ) + $name = 'edit-pages'; } ?>