6 lines
66 B
PHP
6 lines
66 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
function _e($text) {
|
||
|
|
return phutil_escape_html($text);
|
||
|
|
}
|