You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
162 B
12 lines
162 B
9 months ago
|
<?php
|
||
|
/**
|
||
|
* Locale API
|
||
|
*
|
||
|
* @package WordPress
|
||
|
* @subpackage i18n
|
||
|
* @since 1.2.0
|
||
|
* @deprecated 4.7.0
|
||
|
*/
|
||
|
|
||
|
_deprecated_file( basename( __FILE__ ), '4.7.0' );
|