We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7726a4b commit ca6bd2bCopy full SHA for ca6bd2b
1 file changed
classes/class-cpt-wplf-submission.php
@@ -143,7 +143,7 @@ function form_filter_dropdown() {
143
<option
144
value="<?php echo intval( $form->ID ); ?>"
145
<?php echo isset( $_REQUEST['form'] ) && intval( $_REQUEST['form'] ) === $form->ID ? 'selected' : ''; ?>
146
- ><?php esc_html( $form->post_title ); ?></option>
+ ><?php echo esc_html( $form->post_title ); ?></option>
147
<?php endforeach; ?>
148
</select>
149
<?php
0 commit comments