mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
function_names() might not like the egg
This commit is contained in:
parent
1a030f5112
commit
e84ea106f9
1 changed files with 1 additions and 1 deletions
|
@ -1782,7 +1782,7 @@ function replace_smilies(&$text) {
|
|||
'(y)' => 'yes',
|
||||
'(n)' => 'no',
|
||||
'(martin)' => 'martin',
|
||||
'()' => 'egg'
|
||||
'( )' => 'egg'
|
||||
);
|
||||
|
||||
if ($runonce == false) { /// After the first time this is not run again
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue