mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/16665] Fix Emoji for strings in board settings
PHPBB3-16665
This commit is contained in:
parent
c37e8ae8b9
commit
f95802c211
1 changed files with 8 additions and 1 deletions
|
@ -582,7 +582,14 @@ class acp_board
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
$config_name_ary = ['sitename', 'site_desc', 'site_home_text', 'board_index_text', 'board_disable_msg'];
|
// Array of emoji-enabled configurations
|
||||||
|
$config_name_ary = [
|
||||||
|
'sitename',
|
||||||
|
'site_desc',
|
||||||
|
'site_home_text',
|
||||||
|
'board_index_text',
|
||||||
|
'board_disable_msg',
|
||||||
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Event to manage the array of emoji-enabled configurations
|
* Event to manage the array of emoji-enabled configurations
|
||||||
|
|
Loading…
Add table
Reference in a new issue