mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
related to #1693 php8.1 compat for comments in gallery and album edit in admin
This commit is contained in:
committed by
plegall
parent
8ec890bdb7
commit
1e85985a0c
@@ -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>');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user