More theme install styling, see #8652

git-svn-id: https://develop.svn.wordpress.org/trunk@10823 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2009-03-20 00:14:57 +00:00
parent 9b39471cc0
commit a779b2e002
12 changed files with 195 additions and 102 deletions

View File

@@ -76,7 +76,7 @@ do_action('admin_head');
<style type="text/css">.row-actions{visibility:visible;}</style>
<?php } ?>
</head>
<body class="wp-admin <?php echo apply_filters( 'admin_body_class', '' ); ?>">
<body class="wp-admin <?php echo apply_filters( 'admin_body_class', preg_replace('/[^a-z0-9_-]+/i', '-', $hook_suffix) ); ?>">
<div id="wpwrap">
<div id="wpcontent">