Changeset 5631 for trunk/wp-admin/widgets.php
- Timestamp:
- 06/02/2007 12:37:51 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/widgets.php
r5520 r5631 15 15 define( 'WP_WIDGETS_HEIGHT', 35 * ( count( $wp_registered_widgets ) ) ); 16 16 ?> 17 <link rel="stylesheet" href=" widgets.css?version=<?php bloginfo('version'); ?>" type="text/css" />17 <link rel="stylesheet" href="<?php bloginfo( 'wpurl' ); ?>/wp-admin/css/widgets.css?version=<?php bloginfo('version'); ?>" type="text/css" /> 18 18 <!--[if IE 7]> 19 19 <style type="text/css"> 20 #palette {float:left;}20 #palette { float:left; } 21 21 </style> 22 22 <![endif]--> … … 28 28 if ( get_bloginfo( 'text_direction' ) == 'rtl' ) { 29 29 ?> 30 <link rel="stylesheet" href=" widgets-rtl.css?version=<?php bloginfo('version'); ?>" type="text/css" />30 <link rel="stylesheet" href="<?php bloginfo( 'wpurl' ); ?>/wp-admin/css/widgets-rtl.css?version=<?php bloginfo('version'); ?>" type="text/css" /> 31 31 <?php 32 32 }
Note: See TracChangeset
for help on using the changeset viewer.