projects
/
WP-Themes
/
meetmtp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
feec5c8
)
Fix missing curly brace
author
Laury GvR
<laury@gaslightmedia.com>
Tue, 16 Apr 2019 21:18:06 +0000
(17:18 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Tue, 16 Apr 2019 21:18:06 +0000
(17:18 -0400)
page.php
patch
|
blob
|
history
diff --git
a/page.php
b/page.php
index
5eb73da
..
2474fd2
100644
(file)
--- a/
page.php
+++ b/
page.php
@@
-22,7
+22,7
@@
if ( ! defined( 'ABSPATH' ) ) {
} ?>
<?php echo "<br>nr of featured image on this page: " . avada_number_of_featured_images(); ?>
-<?php if (has_post_thumbnail()) { echo "<br>has post thumbnail";?>
+<?php if (has_post_thumbnail()) { echo "<br>has post thumbnail";
}
?>
<?php if ( 0 >= avada_number_of_featured_images() && !has_post_thumbnail()) { ?>
<div id="featured-image"