Changeset 34912 for trunk/src/wp-includes/class-wp-theme.php
- Timestamp:
- 10/07/2015 05:11:01 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme.php
r34778 r34912 1192 1192 static $allowed_themes; 1193 1193 if ( ! isset( $allowed_themes ) ) 1194 $allowed_themes = (array) get_ network_option( 'allowedthemes' );1194 $allowed_themes = (array) get_site_option( 'allowedthemes' ); 1195 1195 return $allowed_themes; 1196 1196 }
Note: See TracChangeset
for help on using the changeset viewer.