文件操作 - markdown.php
返回文件管理
返回主菜单
删除本文件
文件: /storage/v12552/jeepgladiatoraccesso/public_html/wp-content/plugins/jetpack/_inc/lib/markdown.php
编辑文件内容
<?php /** * Loader for the Markdown library. * * This file loads in a couple specific things from the markdown dir. * * @package automattic/jetpack */ if ( ! defined( 'ABSPATH' ) ) { exit( 0 ); } if ( ! class_exists( 'MarkdownExtra_Parser' ) ) { require_once JETPACK__PLUGIN_DIR . '/_inc/lib/markdown/extra.php'; } require_once JETPACK__PLUGIN_DIR . '/_inc/lib/markdown/gfm.php';
修改文件时间
将文件时间修改为当前时间的前一年
删除文件