HEX
Server: nginx/1.18.0
System: Linux m1-ws1-ams3 5.4.0-148-generic #165-Ubuntu SMP Tue Apr 18 08:53:12 UTC 2023 x86_64
User: root (0)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /opt/aphex/sites/wadindestad.nl/wp-content/plugins/theme-editor/includes/forms/ms-theme-menu.php
<?php if ( !defined( 'ABSPATH' ) ) exit; ?>
<select class="ctc-select msFormInput" id="ctc_theme_<?php echo $template; ?>" name="ctc_theme_<?php echo $template; ?>" 
	<?php echo $this->ctc()->is_theme() ? '' : ' disabled '; ?>>
	<?php
	uasort( $this->ctc()->themes[ $template ], array( $this, 'cmp_theme' ) );
	foreach ( $this->ctc()->themes[ $template ] as $slug => $theme )
	echo '<option value="' . $slug . '"' . ( $slug == $selected ? ' selected' : '' ) . '>' 
	. esc_attr( $theme[ 'Name' ] ) . '</option>' . LF;?>
</select>