wordpress暴路径 影响所有版本
发布时间:2016-12-23 来源:查字典编辑
摘要:缺陷文件/{Path}/wp-includes/registration-functions.php关键代码:—->&mdash...
缺陷文件
/{Path}/wp-includes/registration-functions.php
关键代码:
—->
<?php
/**
* Deprecated. No longer needed.
*
* @package WordPress
*/
_deprecated_file( basename(__FILE__), ’2.1′, null, __( ‘This file no longer needs to be included.’) );
?>
—–>
摘自 臭袜子 blog