PHP Classes

File: vendor/wp-phpunit/wp-phpunit/data/themedir1/internationalized-theme/functions.php

Recommend this page to a friend!
  Classes of Adeleye Ayodeji   Download Installed Plugin   vendor/wp-phpunit/wp-phpunit/data/themedir1/internationalized-theme/functions.php   Download  
File: vendor/wp-phpunit/wp-phpunit/data/themedir1/internationalized-theme/functions.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Download Installed Plugin
Download a WordPress plugin as a ZIP archive
Author: By
Last change:
Date: 2 days ago
Size: 128 bytes
 

Contents

Class file image Download
<?php
/**
 * Dummy theme.
 */

function i18n_theme_test() {
    return
__( 'This is a dummy theme', 'internationalized-theme' );
}