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:
77f74b6
)
fix names
author
Steve Sutton
<steve@gaslightmedia.com>
Fri, 19 Dec 2014 17:35:33 +0000
(12:35 -0500)
committer
Steve Sutton
<steve@gaslightmedia.com>
Fri, 19 Dec 2014 17:35:33 +0000
(12:35 -0500)
use single case name to keep confusion from entering
views/admin/metaBoxes.php
patch
|
blob
|
history
diff --git
a/views/admin/metaBoxes.php
b/views/admin/metaBoxes.php
index
bc94e1f
..
7ebce57
100644
(file)
--- a/
views/admin/metaBoxes.php
+++ b/
views/admin/metaBoxes.php
@@
-16,7
+16,7
@@
</label>
<br>
<input type="radio" name="glm_block_url" value="page"
-<?php if ($glm_block
s
_url == 'page') {
+<?php if ($glm_block_url == 'page') {
echo 'checked';
}; ?>>
<label for="my_meta_box_post_type">Post type: </label>