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 | admin/pages/usergroup.php +2 -2 3.0.73.1.6 View file →
@@ -33,9 +33,9 @@
33 33 </span>
34 34 </th>
35 35 <?php endif; ?>
36 36 <th scope="col" id="title" class="manage-column column-title" style="padding:10px; font-size:14px; padding-left:15px; font-weight:bold;"><span><?php _e( 'Usergroup', 'wpforo' ) ?> &nbsp;<a
37 - href="https://wpforo.com/docs/wpforo-v2/members/usergroups-and-permissions/" title="<?php _e( 'Read the documentation', 'wpforo' ) ?>" target="_blank"
37 + href="https://wpforo.com/docs/wpforo-v3/members/usergroups-and-permissions/" title="<?php _e( 'Read the documentation', 'wpforo' ) ?>" target="_blank"
38 38 style="font-size: 14px;"><i class="far fa-question-circle"></i></a></span></th>
39 39 <th scope="col" id="count" class="manage-column column-title" style="padding:10px; font-size:14px; padding-left:15px; font-weight:bold;"><span><?php _e(
40 40 'Members',
41 41 'wpforo'
@@ -401,9 +401,9 @@
401 401 <div style="display:block; float:left; padding-right:20px; width:30%; padding-bottom:15px;">
402 402 <div class="wpf-label-big">
403 403 <?php _e( 'Usergroup Name', 'wpforo' );
404 404 if( $group['groupid'] === 4 ) echo '<span>: ' . __( 'Guest', 'wpforo' ) . '</span>'; ?>
405 - &nbsp;<a href="https://wpforo.com/docs/wpforo-v2/members/usergroups-and-permissions/" title="<?php _e( 'Read the documentation', 'wpforo' ) ?>" target="_blank"
405 + &nbsp;<a href="https://wpforo.com/docs/wpforo-v3/members/usergroups-and-permissions/" title="<?php _e( 'Read the documentation', 'wpforo' ) ?>" target="_blank"
406 406 style="font-size: 14px;"><i class="far fa-question-circle"></i></a><br>
407 407 </div>
408 408 <input name="usergroup[name]" <?php echo $group['groupid'] === 4 ? 'type="hidden"' : 'type="text"'; ?> value="<?php echo esc_attr( $group['name'] ) ?>" required
409 409 style="background:#FDFDFD; min-width:320px;">