Changeset 36338
- Timestamp:
- 01/17/2016 11:58:04 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/template-loader.php
r36335 r36338 87 87 if ( $template = apply_filters( 'template_include', $template ) ) { 88 88 include( $template ); 89 } elseif ( is_user_logged_in() ) {89 } elseif ( current_user_can( 'install_themes' ) ) { 90 90 $theme = wp_get_theme(); 91 91 if ( $theme->errors() ) {
Note: See TracChangeset
for help on using the changeset viewer.