summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wp-admin/themes.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-admin/themes.php b/wp-admin/themes.php
index e09d8e8..1ec8a48 100644
--- a/wp-admin/themes.php
+++ b/wp-admin/themes.php
@@ -3,7 +3,7 @@ require_once('admin.php');
$themes = get_themes();
$ct = current_theme_info();
-$allowed_themes = get_site_allowed_themes();
+$allowed_themes = apply_filters("allowed_themes", get_site_allowed_themes() );
if( $allowed_themes == false )
$allowed_themes = array();