Changeset 17241
- Timestamp:
- 01/07/2011 11:44:12 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/themes.php
r17149 r17241 37 37 38 38 if ( 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();43 39 44 40 $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.