Skip to content

Commit 6391b8c

Browse files
authored
Merge pull request #81 from hencca/hencca-patch-1
Update class-cpt-wplf-submission.php
2 parents 7a0ffe8 + ca6bd2b commit 6391b8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

classes/class-cpt-wplf-submission.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ function form_filter_dropdown() {
143143
<option
144144
value="<?php echo intval( $form->ID ); ?>"
145145
<?php echo isset( $_REQUEST['form'] ) && intval( $_REQUEST['form'] ) === $form->ID ? 'selected' : ''; ?>
146-
><?php esc_html( $form->post_title ); ?></option>
146+
><?php echo esc_html( $form->post_title ); ?></option>
147147
<?php endforeach; ?>
148148
</select>
149149
<?php

0 commit comments

Comments
 (0)