1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-14 01:19:44 +01: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
commit 20631296c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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