mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-02 16:59:35 +01:00
05fde90357
git-svn-id: http://svn.automattic.com/wordpress/trunk@16009 1a063a9b-81f0-0310-95a4-ce76da25c4cd
8 lines
178 B
PHP
8 lines
178 B
PHP
<?php
|
|
/**
|
|
* Deprecated. No longer needed.
|
|
*
|
|
* @package WordPress
|
|
*/
|
|
_deprecated_file( basename(__FILE__), '3.1', null, __( 'This file no longer needs to be included.' ) );
|
|
?>
|