Twenty Ten: fix style element ID attribute value, see #24033.

git-svn-id: https://develop.svn.wordpress.org/trunk@24145 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett
2013-04-29 21:02:53 +00:00
parent 223ada2ff6
commit 7a0b1226ab

View File

@@ -200,7 +200,7 @@ if ( ! function_exists( 'twentyten_admin_header_style' ) ) :
*/
function twentyten_admin_header_style() {
?>
<style type="text/css" id="twentyten-header-css">
<style type="text/css" id="twentyten-admin-header-css">
/* Shows the same border as on front end */
#headimg {
border-bottom: 1px solid #000;