Changeset 16743
- Timestamp:
- 12/06/2010 04:51:52 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/admin-bar.php
r16636 r16743 288 288 * 289 289 */ 290 function wp_admin_bar_header() { 291 ?> 290 function wp_admin_bar_header() { ?> 292 291 <style type="text/css" media="print">#wpadminbar { display:none; }</style> 293 292 <?php 294 293 } 295 294 … … 300 299 * 301 300 */ 302 function _admin_bar_bump_cb() { 303 ?> 301 function _admin_bar_bump_cb() { ?> 304 302 <style type="text/css">body { padding-top: 28px !important; }</style> 305 303 <?php 306 304 } 307 305
Note: See TracChangeset
for help on using the changeset viewer.