Make WordPress Core


Ignore:
Timestamp:
05/03/2010 01:23:34 PM (14 years ago)
Author:
westi
Message:

Add a nag message for themes which are relying on the deprecated behaviour.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/themes.php

    r14347 r14369  
    6060<div id="message3" class="updated"><p><?php _e('Theme deleted.') ?></p></div>
    6161<?php endif; ?>
    62 
    63 <?php
     62<?php
     63_check_theme_deprecated_files();
    6464$themes = get_allowed_themes();
    6565$ct = current_theme_info();
Note: See TracChangeset for help on using the changeset viewer.