Merge branch '12.0' of git@github.com:Dolibarr/dolibarr.git into develop
This commit is contained in:
commit
d08fc174c4
@ -600,7 +600,7 @@ function getStructuredData($type, $data = array())
|
|||||||
}'."\n";
|
}'."\n";
|
||||||
if (is_array($mysoc->socialnetworks) && count($mysoc->socialnetworks) > 0) {
|
if (is_array($mysoc->socialnetworks) && count($mysoc->socialnetworks) > 0) {
|
||||||
$ret .= ",\n";
|
$ret .= ",\n";
|
||||||
$ret .= 'sameAs": [';
|
$ret .= '"sameAs": [';
|
||||||
$i = 0;
|
$i = 0;
|
||||||
foreach($mysoc->socialnetworks as $key => $value) {
|
foreach($mysoc->socialnetworks as $key => $value) {
|
||||||
if ($key == 'linkedin') {
|
if ($key == 'linkedin') {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user