Select Git revision
PrepareActivationReminderCommand.php
-
Grzegorz Rola authored
# Conflicts: # CHANGELOG.md # src/ActivationReminder/Composer/Plugin.php # src/ActivationReminder/Composer/PrepareActivationReminderCommand.php
Grzegorz Rola authored# Conflicts: # CHANGELOG.md # src/ActivationReminder/Composer/Plugin.php # src/ActivationReminder/Composer/PrepareActivationReminderCommand.php
Translatable.php 320 B
<?php
if ( ! interface_exists( 'WPDesk_Translable' ) ) {
require_once 'Translable.php';
}
/**
* Have info about textdomain - how to translate texts
*
* have to be compatible with PHP 5.2.x
*/
interface WPDesk_Translatable extends WPDesk_Translable {
/** @return string */
public function get_text_domain();
}