mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-26 19:29:58 +03:00
related to #1693 php8.1 compat for comments in gallery and album edit in admin
This commit is contained in:
parent
8ec890bdb7
commit
1e85985a0c
4 changed files with 5 additions and 4 deletions
|
@ -532,6 +532,7 @@ function set_status_header($code, $text='')
|
|||
*/
|
||||
function render_category_literal_description($desc)
|
||||
{
|
||||
!isset($desc) ? $desc = "" : false;
|
||||
return strip_tags($desc, '<span><p><a><br><b><i><small><big><strong><em>');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue