[#20404] Further indentation

This commit is contained in:
Fulvio Notarstefano 2018-06-09 00:08:20 +09:00
parent 38b1381fff
commit 468fb14c3c
1 changed files with 2 additions and 2 deletions

View File

@ -86,9 +86,9 @@ if ( ! defined( 'ABSPATH' ) ) {
foreach ( $topics as $topic_slug => $topic_name ) :
$selected = $topic_slug === $topic_data['topic'] || $topic_slug === $topic_data['resource'] . '.' . $topic_data['event'];
$selected = $topic_slug === $topic_data['topic'] || $topic_slug === $topic_data['resource'] . '.' . $topic_data['event'];
?>
?>
<option value="<?php echo esc_attr( $topic_slug ); ?>" <?php selected( $selected, true, true ); ?>><?php echo esc_html( $topic_name ); ?></option>
<?php endforeach; ?>
</select>