mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-12 09:26:05 +00:00
6f6e10084c
Bug: T121067 Change-Id: I77f466f0b507ffa49a9714ddba95bea8db1d8438
7 lines
89 B
PHP
7 lines
89 B
PHP
<?php
|
|
|
|
class EchoEmailFormat {
|
|
const HTML = 'html';
|
|
const PLAIN_TEXT = 'plain-text';
|
|
}
|