mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user