mirror of
https://github.com/Rushilwiz/dear-anon.git
synced 2025-04-09 15:00:21 -04:00
12 lines
162 B
PHP
12 lines
162 B
PHP
<?php
|
|
/**
|
|
* Locale API
|
|
*
|
|
* @package WordPress
|
|
* @subpackage i18n
|
|
* @since 1.2.0
|
|
* @deprecated 4.7.0
|
|
*/
|
|
|
|
_deprecated_file( basename( __FILE__ ), '4.7.0' );
|