Make WordPress Core

Changeset 20902


Ignore:
Timestamp:
05/25/2012 06:12:29 PM (12 years ago)
Author:
nacin
Message:

Add the old root feed files to the $_old_files array, commented the way we've done for wp-register.php and wp-pass.php. see #20727.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/update-core.php

    r20895 r20902  
    359359'wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/fade-butt.png',
    360360'wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/separator.gif',
     361// Don't delete, yet: 'wp-rss.php',
     362// Don't delete, yet: 'wp-rdf.php',
     363// Don't delete, yet: 'wp-rss2.php',
     364// Don't delete, yet: 'wp-commentsrss2.php',
     365// Don't delete, yet: 'wp-atom.php',
     366// Don't delete, yet: 'wp-feed.php',
    361367// 3.4
    362368'wp-admin/images/gray-star.png',
     
    388394'wp-includes/js/tinymce/plugins/wpgallery/img/gallery.png',
    389395'wp-includes/js/tinymce/plugins/wplink/editor_plugin.dev.js',
    390 // Don't delete, yet: 'wp-pass.php', 
     396// Don't delete, yet: 'wp-pass.php',
    391397// Don't delete, yet: 'wp-register.php',
    392398);
     
    676682
    677683    if ( version_compare( $wp_version, '3.4-RC1', '>=' ) )
    678             return;
     684        return;
    679685
    680686    // Ensure we only run this on the update-core.php page. wp_update_core() could be called in other contexts.
Note: See TracChangeset for help on using the changeset viewer.