文件操作 - revisions.php
返回文件管理
返回主菜单
删除本文件
文件: /home/tecnoht/public_html/termozerba--com/wp-content/plugins/LayerSlider/views/revisions.php
编辑文件内容
<?php if(!defined('LS_ROOT_FILE')) { header('HTTP/1.0 403 Forbidden'); exit; } // Show the welcome screen when the slider ID is missing or the plugin is not yet activated if( empty( $_GET['id'] ) || ! get_option('layerslider-authorized-site', false) ) { include LS_ROOT_PATH . '/templates/tmpl-revisions-welcome.php'; } else { if( ! $revisions = LS_Revisions::snapshots( (int)$_GET['id'] ) ) { $notification = sprintf(__('There are no revisions available for the selected slider yet. Revisions will be added over time when you make new changes to your sliders. Check %sRevisions Preferences%s and make sure that Revisions is enabled.', 'LayerSlider'), '<a href="#" class="ls-revisions-options">', '</a>'); include LS_ROOT_PATH . '/templates/tmpl-revisions-welcome.php'; } else { include LS_ROOT_PATH . '/templates/tmpl-revisions-history.php'; } }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件