Make WordPress Core

Changeset 16743


Ignore:
Timestamp:
12/06/2010 04:51:52 AM (14 years ago)
Author:
nacin
Message:

Flush these left.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/admin-bar.php

    r16636 r16743  
    288288 *
    289289 */
    290 function wp_admin_bar_header() {
    291     ?>
     290function wp_admin_bar_header() { ?>
    292291<style type="text/css" media="print">#wpadminbar { display:none; }</style>
    293     <?php
     292<?php
    294293}
    295294
     
    300299 *
    301300 */
    302 function _admin_bar_bump_cb() {
    303     ?>
     301function _admin_bar_bump_cb() { ?>
    304302<style type="text/css">body { padding-top: 28px !important; }</style>
    305     <?php
     303<?php
    306304}
    307305
Note: See TracChangeset for help on using the changeset viewer.