Making WordPress.org


Ignore:
Timestamp:
01/19/2016 12:52:16 PM (10 years ago)
Author:
ocean90
Message:

Login Theme: Don't use filemtime() for nonexistent files.

See #1524.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/header.php

    r2313 r2320  
    99//$pagetitle = wp_title( '', false );
    1010
    11 wp_enqueue_style( 'normalize', get_template_directory_uri() . '/stylesheets/normalize.css', array(), filemtime( __DIR__ . '/style.css' ) );
    12 wp_enqueue_style( 'custom-login', get_template_directory_uri() . '/stylesheets/login.css', array(), filemtime( __DIR__ . '/style.css' ) );
     11wp_enqueue_style( 'normalize', get_template_directory_uri() . '/stylesheets/normalize.css', array(), '20160119' );
     12wp_enqueue_style( 'custom-login', get_template_directory_uri() . '/stylesheets/login.css', array(), '20160119' );
    1313?>
    1414<!doctype html>
Note: See TracChangeset for help on using the changeset viewer.