mirror of
git://develop.git.wordpress.org/
synced 2025-01-19 05:38:07 +01:00
"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:
parent
93e4071c2e
commit
196315a23f
@ -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') ?> › <?php echo $title; ?> — 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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user