Просмотр файла wordpress/wp-includes/languages/ru_RU.php

Размер файла: 205B
<?php

/**
 *Подключаем RusToLat, если он еще не подключен
 */
if (!function_exists('sanitize_title_with_translit')) {
    require_once('ru_RU/rus-to-lat.php');
}
?>