This website requires JavaScript.
Explore
Help
Register
Sign In
bitPickups
/
friendica_2019-12_sharedHosting_hotFix
Watch
1
Star
1
Fork
You've already forked friendica_2019-12_sharedHosting_hotFix
0
Code
Pull requests
Activity
bc579ff799
friendica_2019-12_sharedHos...
/
mod
/
smilies.php
4 lines
66 B
PHP
Raw
Normal View
History
Unescape
Escape
quick comments
2012-02-16 03:13:41 +01:00
<
?
php
Revert "Updated modules to allow for partial overrides without errors" This reverts commit db949bb802448184bfe5164d8d3dd86ddf51b187.
2016-02-07 15:11:34 +01:00
function
smilies_content
(
&
$a
)
{
return
smilies
(
''
,
true
);
}
Copy permalink