Wordpress/tests/phpunit/data/themedir1/custom-internationalized-theme/functions.php

11 lines
243 B
PHP

<?php
/**
* Dummy theme.
*/
load_theme_textdomain( 'custom-internationalized-theme', get_template_directory() . '/languages' );
function custom_i18n_theme_test() {
return __( 'This is a dummy theme', 'custom-internationalized-theme' );
}