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