Skip to content

Commit 8f687fe

Browse files
authored
fb:admins fix
1 parent 08dc21e commit 8f687fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eu-kirby-social-metatags.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ function shorten($string,$length=155,$append="…") {
175175
<?php if($facebook_author): ?><meta property="article:author" content="<?php echo $facebook_author ?>" />
176176
<?php endif ?>
177177
<?php if($facebook_admin): ?>
178-
<meta property="fb:admins" content="facebook_admin" />
178+
<meta property="fb:admins" content="<?php echo $facebook_admin ?>" />
179179
<?php endif ?>
180180

181181
<!-- Twitter Card Data -->

0 commit comments

Comments
 (0)