Add doc comment
This commit is contained in:
parent
a10d889374
commit
8909d7ba9c
@ -1592,6 +1592,9 @@ if (is_object($objcanvas) && $objcanvas->displayCanvasExists($action)) {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Show social network part if the module is enabled with hiding functionality
|
||||
*/
|
||||
function showSocialNetwork()
|
||||
{
|
||||
global $socialnetworks, $object, $form, $object, $langs;
|
||||
|
||||
@ -3299,6 +3299,9 @@ if (is_object($objcanvas) && $objcanvas->displayCanvasExists($action)) {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Show social network part if the module is enabled with hiding functionality
|
||||
*/
|
||||
function showSocialNetwork()
|
||||
{
|
||||
global $socialnetworks, $object, $form, $object, $langs;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user