Changeset 5631
- Timestamp:
- 06/02/2007 12:37:51 AM (18 years ago)
- Location:
- trunk
- Files:
-
- 2 added
- 6 edited
- 16 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-header.php
r5268 r5631 18 18 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_option('blog_charset'); ?>" /> 19 19 <title><?php bloginfo('name') ?> › <?php echo wp_specialchars( strip_tags( $title ) ); ?> — WordPress</title> 20 <link rel="stylesheet" href="<?php echo get_option('siteurl') ?>/wp-admin/ wp-admin.css?version=<?php bloginfo('version'); ?>" type="text/css" />20 <link rel="stylesheet" href="<?php echo get_option('siteurl') ?>/wp-admin/css/wp-admin.css?version=<?php bloginfo('version'); ?>" type="text/css" /> 21 21 <?php if ( ('rtl' == $wp_locale->text_direction) ) : ?> 22 <link rel="stylesheet" href="<?php echo get_option('siteurl') ?>/wp-admin/ rtl.css?version=<?php bloginfo('version'); ?>" type="text/css" />22 <link rel="stylesheet" href="<?php echo get_option('siteurl') ?>/wp-admin/css/rtl.css?version=<?php bloginfo('version'); ?>" type="text/css" /> 23 23 <?php endif; ?> 24 24 <script type="text/javascript"> -
trunk/wp-admin/includes/upload.php
r5628 r5631 338 338 function wp_upload_admin_head() { 339 339 global $wp_locale; 340 echo "<link rel='stylesheet' href='" . get_ option('siteurl') . '/wp-admin/upload.css?version=' . get_bloginfo('version') . "a' type='text/css' />\n";340 echo "<link rel='stylesheet' href='" . get_bloginfo('wpurl') . '/wp-admin/css/upload.css?version=' . get_bloginfo('version') . "a' type='text/css' />\n"; 341 341 if ( 'rtl' == $wp_locale->text_direction ) 342 echo "<link rel='stylesheet' href='" . get_ option('siteurl') . '/wp-admin/upload-rtl.css?version=' . get_bloginfo('version') . "a' type='text/css' />\n";342 echo "<link rel='stylesheet' href='" . get_bloginfo('wpurl') . '/wp-admin/css/upload-rtl.css?version=' . get_bloginfo('version') . "a' type='text/css' />\n"; 343 343 if ( 'inline' == @$_GET['style'] ) { 344 344 echo "<style type='text/css' media='screen'>\n"; -
trunk/wp-admin/install.php
r5542 r5631 20 20 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 21 21 <title><?php _e('WordPress › Installation'); ?></title> 22 <link rel="stylesheet" href=" install.css?version=<?php bloginfo('version'); ?>" type="text/css" />22 <link rel="stylesheet" href="css/install.css?version=<?php bloginfo('version'); ?>" type="text/css" /> 23 23 <?php if ( ('rtl' == $wp_locale->text_direction) ) : ?> 24 <link rel="stylesheet" href=" install-rtl.css?version=<?php bloginfo('version'); ?>" type="text/css" />24 <link rel="stylesheet" href="css/install-rtl.css?version=<?php bloginfo('version'); ?>" type="text/css" /> 25 25 <?php endif; ?> 26 26 </head> -
trunk/wp-admin/upload.php
r5542 r5631 64 64 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_option('blog_charset'); ?>" /> 65 65 <title><?php bloginfo('name') ?> › <?php _e('Uploads'); ?> — WordPress</title> 66 <link rel="stylesheet" href="<?php echo get_option('siteurl') ?>/wp-admin/wp-admin.css?version=<?php bloginfo('version'); ?>" type="text/css" />66 <link rel="stylesheet" href="<?php bloginfo( 'wpurl' ); ?>/wp-admin/css/wp-admin.css?version=<?php bloginfo('version'); ?>" type="text/css" /> 67 67 <?php if ( ('rtl' == $wp_locale->text_direction) ) : ?> 68 <link rel="stylesheet" href="<?php echo get_option('siteurl') ?>/wp-admin/rtl.css?version=<?php bloginfo('version'); ?>" type="text/css" />68 <link rel="stylesheet" href="<?php bloginfo( 'wpurl' ); ?>/wp-admin/css/rtl.css?version=<?php bloginfo('version'); ?>" type="text/css" /> 69 69 <?php endif; ?> 70 70 <script type="text/javascript"> -
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 } -
trunk/wp-includes/script-loader.php
r5629 r5631 94 94 endswitch; 95 95 if ( $man ) { 96 $this->add( 'dbx-admin-key', '/wp-admin/ dbx-admin-key.js', array('dbx'), '20070417' );96 $this->add( 'dbx-admin-key', '/wp-admin/js/dbx-admin-key.js', array('dbx'), '20070417' ); 97 97 $this->localize( 'dbx-admin-key', 'dbxL10n', array( 98 98 'manager' => $man, … … 105 105 ) ); 106 106 } 107 $this->add( 'ajaxcat', '/wp-admin/ cat.js', array('listman'), '20070417' );107 $this->add( 'ajaxcat', '/wp-admin/js/cat.js', array('listman'), '20070417' ); 108 108 $this->localize( 'ajaxcat', 'catL10n', array( 109 109 'add' => attribute_escape(__('Add')), 110 110 'how' => __('Separate multiple categories with commas.') 111 111 ) ); 112 $this->add( 'admin-categories', '/wp-admin/ categories.js', array('listman'), '3684' );113 $this->add( 'admin-custom-fields', '/wp-admin/ custom-fields.js', array('listman'), '3733' );114 $this->add( 'admin-comments', '/wp-admin/ edit-comments.js', array('listman'), '20070327' );115 $this->add( 'admin-users', '/wp-admin/ users.js', array('listman'), '4583' );116 $this->add( 'xfn', '/wp-admin/ xfn.js', false, '3517' );117 $this->add( 'upload', '/wp-admin/ upload.js', array('jquery'), '20070518' );112 $this->add( 'admin-categories', '/wp-admin/js/categories.js', array('listman'), '3684' ); 113 $this->add( 'admin-custom-fields', '/wp-admin/js/custom-fields.js', array('listman'), '3733' ); 114 $this->add( 'admin-comments', '/wp-admin/js/edit-comments.js', array('listman'), '20070327' ); 115 $this->add( 'admin-users', '/wp-admin/js/users.js', array('listman'), '4583' ); 116 $this->add( 'xfn', '/wp-admin/js/xfn.js', false, '3517' ); 117 $this->add( 'upload', '/wp-admin/js/upload.js', array('jquery'), '20070518' ); 118 118 $this->localize( 'upload', 'uploadL10n', array( 119 119 'browseTitle' => attribute_escape(__('Browse your files')),
Note: See TracChangeset
for help on using the changeset viewer.