projects
/
WP-Plugins
/
glm-simple-messageboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d239a5
)
update for bug
author
Steve Sutton
<steve@gaslightmedia.com>
Thu, 16 Oct 2014 16:44:29 +0000
(12:44 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Thu, 16 Oct 2014 16:44:29 +0000
(12:44 -0400)
GlmQuickSite.php
patch
|
blob
|
history
diff --git
a/GlmQuickSite.php
b/GlmQuickSite.php
index
f8c71d3
..
6aecfc0
100644
(file)
--- a/
GlmQuickSite.php
+++ b/
GlmQuickSite.php
@@
-234,7
+234,7
@@
function glmQuickSiteRenderText($fieldName) {
}
?>
<input type="text" name="glmQuickSite_settings[<?php echo $fieldName;?>]"
- value="<?php echo str
p
_replace('"', '"e;', $options[$fieldName]); ?>">
+ value="<?php echo str_replace('"', '"e;', $options[$fieldName]); ?>">
<?php
}