Просмотр файла wap/wap-settings.php
<?php $domain = 'wap'; $locale = get_locale(); if ( empty($locale) ) $locale = 'en_US'; $mofile = dirname ( __FILE__ ); $mofile .= "/$domain-$locale.mo"; load_textdomain("wap", $mofile ); require_once('functions.php'); ?>