Make WordPress Core

Changeset 17241


Ignore:
Timestamp:
01/07/2011 11:44:12 PM (14 years ago)
Author:
markjaquith
Message:

[17240] rendered the theme-change rules flush introduced in [16705] unnecessary.

File:
1 edited

Legend:

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

    r17149 r17241  
    3737
    3838if ( current_user_can( 'switch_themes' ) ) :
    39 
    40 // Flush rewrite rules on activation once new theme is in place.
    41 if ( isset( $_GET['activated'] ) && $_GET['activated'] == 'true' )
    42     flush_rewrite_rules();
    4339
    4440$help = '<p>' . __('Aside from the default theme included with your WordPress installation, themes are designed and developed by third parties.') . '</p>';
Note: See TracChangeset for help on using the changeset viewer.