Make WordPress Core


Ignore:
Timestamp:
03/20/2009 12:14:57 AM (17 years ago)
Author:
azaozz
Message:

More theme install styling, see #8652

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/admin-header.php

    r10632 r10823  
    7777<?php } ?>
    7878</head>
    79 <body class="wp-admin <?php echo apply_filters( 'admin_body_class', '' ); ?>">
     79<body class="wp-admin <?php echo apply_filters( 'admin_body_class', preg_replace('/[^a-z0-9_-]+/i', '-', $hook_suffix) ); ?>">
    8080
    8181<div id="wpwrap">
Note: See TracChangeset for help on using the changeset viewer.