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 +3 -3 3.1.13.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">
@@ -2030,11 +2030,11 @@
2030 2030 <meta itemprop="position" content="1">
2031 2031 </div>
2032 2032 <?php if( isset( $_GET['wpfms'] ) ) : ?>
2033 2033 <div itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem" class="wpf-item-element"><a itemprop="item"
2034 - href="<?php echo wpforo_members_url() ?>"><?php wpforo_phrase(
2034 + href="<?php echo wpforo_members_url() ?>"><span itemprop="name"><?php wpforo_phrase(
2035 2035 'Members'
2036 - ) ?></a>
2036 + ) ?></span></a>
2037 2037 <meta itemprop="position" content="2">
2038 2038 </div>
2039 2039 <div class="wpf-item-element active"><span><?php wpforo_phrase( 'Search' ) ?></span></div>
2040 2040 <?php else : ?>