| Current Path : /home/bechata/mp/wp-content/uploads/2022/ejn73c/ |
| Current File : /home/bechata/mp/wp-content/uploads/2022/ejn73c/widget_warning.php.tar |
home/bechata/mp/wp-content/plugins/bbp-private-groups/includes/widget_warning.php 0000666 00000003037 15176163651 0024357 0 ustar 00 <?php
//********************************************start of widget warning
function pg_widget_warning() {
?>
<table class="form-table">
<tr valign="top">
<th colspan="2">
<h3>
<?php _e ('Widget Warning' , 'bbp-private-groups' ) ; ?>
</h3>
<h4><span style="color:blue"><?php _e('The <i>(bbpress) recent topics</i> and <i>(bbpress) recent replies</i> widgets will still show all topic and reply titles etc.','bbp-private-groups' ) ; ?></span></h4>
<h4><span style="color:blue"><?php _e('The <i>(bbpress) Forums List</i> will still show all the forums.','bbp-private-groups' ) ; ?></span></h4>
<p><?php _e ('If a forum/topic/reply is selected this will give an error message, but titles and authors will be visible, which might be embarrassing !','bbp-private-groups') ; ?></p>
<h4><span style="color:blue"><?php _e('Use the new widget versions which you will see in the Dashboard>appearance>widgets','bbp-private-groups' ) ; ?></span></h4>
<p><?php _e ('(PG) Forums List','bbp-private-groups') ; ?></p>
<p><?php _e ('(PG) Recent Topics','bbp-private-groups') ; ?></p>
<p><?php _e ('(PG) Recent Replies','bbp-private-groups') ; ?></p>
<h4><span style="color:blue"><?php _e('Or use the <i>(PG) Latest Activity </i> widget - combines the best of recent topics and replies, and customisable to show just what you want!','bbp-private-groups' ) ; ?></span></h4>
</td>
</tr>
</table>
</div><!--end sf-wrap-->
</div><!--end wrap-->
<?php
}
?>