Changeset 12733 for trunk/wp-admin/themes.php
- Timestamp:
- 01/15/2010 10:11:12 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/themes.php
r12728 r12733 16 16 $themes = get_themes(); 17 17 $ct = current_theme_info(); 18 $allowed_themes = apply_filters("allowed_themes", get_site_allowed_themes() ); 18 $allowed_themes = apply_filters("allowed_themes", get_site_allowed_themes() ); 19 19 if( $allowed_themes == false ) 20 20 $allowed_themes = array();
Note: See TracChangeset
for help on using the changeset viewer.