Changeset 1376
- Timestamp:
- 07/16/08 11:58:54 (5 months ago)
- Files:
-
- trunk/wp-admin/themes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/themes.php
r1328 r1376 4 4 $themes = get_themes(); 5 5 $ct = current_theme_info(); 6 $allowed_themes = get_site_allowed_themes();6 $allowed_themes = apply_filters("allowed_themes", get_site_allowed_themes() ); 7 7 if( $allowed_themes == false ) 8 8 $allowed_themes = array();
