"Version" CSS so people reload on upgrading.

git-svn-id: https://develop.svn.wordpress.org/trunk@2406 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2005-03-04 19:43:30 +00:00
parent 93e4071c2e
commit 196315a23f
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ if (!isset($_GET["page"])) require_once('admin.php'); ?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><?php bloginfo('name') ?> &rsaquo; <?php echo $title; ?> &#8212; WordPress</title>
<link rel="stylesheet" href="<?php echo get_settings('siteurl') ?>/wp-admin/wp-admin.css" type="text/css" />
<link rel="stylesheet" href="<?php echo get_settings('siteurl') ?>/wp-admin/wp-admin.css?version=<?php bloginfo('version'); ?>" type="text/css" />
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_settings('blog_charset'); ?>" />
<script type="text/javascript">