mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-02 16:59:35 +01:00
9c6f41419c
Follow-up to [48327]. See #50767. Built from https://develop.svn.wordpress.org/trunk@49564 git-svn-id: http://core.svn.wordpress.org/trunk@49302 1a063a9b-81f0-0310-95a4-ce76da25c4cd
10 lines
200 B
PHP
10 lines
200 B
PHP
<?php
|
|
/**
|
|
* Deprecated. No longer needed.
|
|
*
|
|
* @package WordPress
|
|
* @deprecated 3.1.0
|
|
*/
|
|
|
|
_deprecated_file( basename( __FILE__ ), '3.1.0', '', __( 'This file no longer needs to be included.' ) );
|