Make WordPress Core


Ignore:
Timestamp:
03/02/2008 08:17:30 PM (18 years ago)
Author:
ryan
Message:

Remove trailing whites.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/sidebar.php

    r6782 r7130  
    1414<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=UTF-8" />
    1515<title>WordPress &#8250; Posted</title>
    16 <?php 
     16<?php
    1717wp_admin_css( 'css/global' );
    1818wp_admin_css();
     
    3232<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('blog_charset'); ?>" />
    3333<title>WordPress &#8250; Sidebar</title>
    34 <?php 
     34<?php
    3535wp_admin_css( 'css/global' );
    3636wp_admin_css();
Note: See TracChangeset for help on using the changeset viewer.