fix names
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 19 Dec 2014 17:35:33 +0000 (12:35 -0500)
committerSteve 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

index bc94e1f..7ebce57 100644 (file)
@@ -16,7 +16,7 @@
 </label>
 <br>
 <input type="radio" name="glm_block_url" value="page"
-<?php if ($glm_blocks_url == 'page') {
+<?php if ($glm_block_url == 'page') {
     echo 'checked';
 }; ?>>
 <label for="my_meta_box_post_type">Post type: </label>