Make WordPress Core

Changeset 19790


Ignore:
Timestamp:
01/30/2012 05:37:13 PM (13 years ago)
Author:
nacin
Message:

Give install.css on setup-config.php some cache busting. see #19592.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/setup-config.php

    r19760 r19790  
    7777 */
    7878function display_header() {
     79    global $wp_version;
     80
    7981    header( 'Content-Type: text/html; charset=utf-8' );
    8082?>
     
    8486<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    8587<title><?php _e( 'WordPress &rsaquo; Setup Configuration File' ); ?></title>
    86 <link rel="stylesheet" href="css/install.css" type="text/css" />
     88<link rel="stylesheet" href="css/install.css?ver=<?php echo $wp_version; ?>" type="text/css" />
    8789
    8890</head>
Note: See TracChangeset for help on using the changeset viewer.