projects
/
WP-Plugins
/
glm-blocks.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
894dcb7
)
Bloc --> Block, line 136
author
Laury GvR
<laury@gaslightmedia.com>
Thu, 18 Dec 2014 22:01:24 +0000
(17:01 -0500)
committer
Laury GvR
<laury@gaslightmedia.com>
Thu, 18 Dec 2014 22:01:24 +0000
(17:01 -0500)
models/block.php
patch
|
blob
|
history
diff --git
a/models/block.php
b/models/block.php
index
3200d7c
..
8fcfb30
100644
(file)
--- a/
models/block.php
+++ b/
models/block.php
@@
-133,7
+133,7
@@
class glm_models_block
$block->url = get_permalink($custom['glm_block_page'][0]);
}
if ($custom['glm_block_url'][0] == 'url') {
- $bloc->url = $custom['glm_block_ext_url'][0];
+ $bloc
k
->url = $custom['glm_block_ext_url'][0];
}
$block->thumbnail = get_the_post_thumbnail(
$block->ID, array(298, 228), array('class' => 'aligncenter')