1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-30 19:30:25 +02:00

Merge pull request #4616 from Jimmi08/patch-31

FAQ plugin - add shortcode for ID #4615
This commit is contained in:
Cameron
2021-11-15 10:43:26 -08:00
committed by GitHub

View File

@@ -432,4 +432,9 @@ class faqs_shortcodes extends e_shortcode
}
function sc_faq_id($parm=null)
{
return $this->var['faq_id'];
}
}