Make WordPress Core


Ignore:
Timestamp:
02/17/2012 04:57:56 AM (13 years ago)
Author:
nacin
Message:

Update login-logo.png to use proper color. Copy it over wordpress-logo.png. Make that one canonical, and stop using login-logo.png. Leave it for plugins. props iammattthomas. see #19955.

File:
1 edited

Legend:

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

    r19860 r19937  
    9090</head>
    9191<body<?php if ( is_rtl() ) echo ' class="rtl"'; ?>>
    92 <h1 id="logo"><img alt="WordPress" src="images/wordpress-logo.png" /></h1>
     92<h1 id="logo"><img alt="WordPress" src="images/wordpress-logo.png?ver=20120216" /></h1>
    9393<?php
    9494}//end function display_header();
Note: See TracChangeset for help on using the changeset viewer.