"README.md" did not exist on "36f5c51837673b89c7518a6a267945989370ca1f"
Select Git revision
package-lock.json
-
Sebastian Pisula authoredSebastian Pisula authored
Translatable.php 206 B
<?php
/**
* Have info about textdomain - how to translate texts
*
* have to be compatible with PHP 5.2.x
*/
interface WPDesk_Translatable {
/** @return string */
public function get_text_domain();
}