Flush these left.
git-svn-id: https://develop.svn.wordpress.org/trunk@16743 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
f2702dd794
commit
0d3c811371
@ -287,10 +287,9 @@ function wp_admin_bar_updates_menu() {
|
|||||||
* @since 3.1.0
|
* @since 3.1.0
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
function wp_admin_bar_header() {
|
function wp_admin_bar_header() { ?>
|
||||||
?>
|
|
||||||
<style type="text/css" media="print">#wpadminbar { display:none; }</style>
|
<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
|
* @since 3.1.0
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
function _admin_bar_bump_cb() {
|
function _admin_bar_bump_cb() { ?>
|
||||||
?>
|
|
||||||
<style type="text/css">body { padding-top: 28px !important; }</style>
|
<style type="text/css">body { padding-top: 28px !important; }</style>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user