Make WordPress Core


Ignore:
Timestamp:
02/18/2010 10:09:06 PM (15 years ago)
Author:
westi
Message:

Move more references from default to WP_FALLBACK_THEME. To make 'default' theme transition smoother in the future.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/theme.php

    r13190 r13202  
    950950 * Checks for comment popup template in current template, if it exists or in the
    951951 * parent template. If it doesn't exist, then it retrieves the comment-popup.php
    952  * file from the default theme. The default theme must then exist for it to
     952 * file from the WP_FALLBACK_THEME theme. The WP_FALLBACK_THEME theme must then exist for it to
    953953 * work.
    954954 *
Note: See TracChangeset for help on using the changeset viewer.