We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8362494 commit 83177baCopy full SHA for 83177ba
1 file changed
trunk/app/view/meta_box.php
@@ -1,6 +1,6 @@
1
<input type="hidden" name="<?php echo $this->meta_name; ?>" value="0">
2
<input type="checkbox" name="<?php echo $this->meta_name; ?>" value="1"
3
- id="<?php echo $this->meta_name; ?>" <?php if ($this->meta_value == 1 || $this->is_published == false) {
+ id="<?php echo $this->meta_name; ?>" <?php if ($this->meta_value == 1 || !$this->is_published) {
4
echo 'checked';
5
} ?>>
6
<label for="<?php echo $this->meta_name; ?>">Enable Factlink for this item</label>
0 commit comments