Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
freebsd
Edit Copy
Star
GitHub Repository:
freebsd/phabricator
Path:
blob/master/support/phame/libskin.php
1
2
2
4
1
views
1
<?php
2
3
function
_e
(
$text
)
{
4
return
phutil_escape_html
(
$text
)
;
5
}
6
7