Comments clean up, consistent formatting
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Theme activation
|
||||
*/
|
||||
if (is_admin() && isset($_GET['activated']) && 'themes.php' == $GLOBALS['pagenow']) {
|
||||
wp_redirect(admin_url('themes.php?page=theme_activation_options'));
|
||||
exit;
|
||||
|
||||
Reference in New Issue
Block a user