Flush these left.
git-svn-id: http://svn.automattic.com/wordpress/trunk@16743 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
0c10eec60c
commit
140c4c5606
|
@ -287,10 +287,9 @@ function wp_admin_bar_updates_menu() {
|
|||
* @since 3.1.0
|
||||
*
|
||||
*/
|
||||
function wp_admin_bar_header() {
|
||||
?>
|
||||
function wp_admin_bar_header() { ?>
|
||||
<style type="text/css" media="print">#wpadminbar { display:none; }</style>
|
||||
<?php
|
||||
<?php
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -299,10 +298,9 @@ function wp_admin_bar_header() {
|
|||
* @since 3.1.0
|
||||
*
|
||||
*/
|
||||
function _admin_bar_bump_cb() {
|
||||
?>
|
||||
function _admin_bar_bump_cb() { ?>
|
||||
<style type="text/css">body { padding-top: 28px !important; }</style>
|
||||
<?php
|
||||
<?php
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue