PluginProbe
wpForo Forum / 3.1.6
wpForo Forum v3.1.6
3.1.6 3.1.5 3.1.4 3.1.2 3.1.1 3.1.0 3.0.9 3.0.8 3.0.7 trunk 1.0.0 1.0.1 1.0.2 1.1.0 1.1.1 1.1.2 1.2.0 1.3.0 1.3.1 1.4.0 1.4.1 1.4.10 1.4.11 1.4.12 1.4.13 All 138 releases
← All changes | classes/Template.php +1 -1 3.1.53.1.6 View file →
@@ -990,9 +990,9 @@
990 990 </label>
991 991 </p>
992 992 <input id="wpf_tags_<?php echo $uniqid ?>" class="wpf-tags"
993 993 placeholder="<?php echo sprintf( wpforo_phrase( 'Start typing tags here (maximum %d tags are allowed)...', false ), wpforo_setting( 'tags', 'max_per_topic' ) ) ?>"
994 - name="thread[tags]" autocomplete="off" value="<?php echo wpfval( $values, 'tags' ) ?>" type="text">
994 + name="thread[tags]" autocomplete="off" value="<?php echo esc_attr( wpfval( $values, 'tags' ) ) ?>" type="text">
995 995 </div>
996 996 <?php endif; ?>
997 997 <?php do_action( 'wpforo_editor_topic_submit_before', $forum, $values ) ?>
998 998 <div class="wpf-buttons-wrap">