Changeset 5965 for trunk/wp-admin/widgets.php
- Timestamp:
- 08/28/2007 11:23:38 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/widgets.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/widgets.php
r5934 r5965 11 11 global $wp_registered_sidebars, $wp_registered_widgets, $wp_registered_widget_controls; 12 12 ?> 13 < link rel="stylesheet" href="<?php bloginfo( 'wpurl' ); ?>/wp-admin/css/widgets.css?version=<?php bloginfo('version'); ?>" type="text/css" />13 <?php wp_admin_css( 'css/widgets' ); ?> 14 14 <!--[if IE 7]> 15 15 <style type="text/css"> … … 18 18 <![endif]--> 19 19 <?php 20 if ( get_bloginfo( 'text_direction' ) == 'rtl' ) {21 ?>22 <link rel="stylesheet" href="<?php bloginfo( 'wpurl' ); ?>/wp-admin/css/widgets-rtl.css?version=<?php bloginfo('version'); ?>" type="text/css" />23 <?php24 }25 20 26 21 $cols = array();
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)