summaryrefslogtreecommitdiffstats
path: root/wp-inst/wp-includes/functions-formatting.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2005-11-29 14:36:34 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2005-11-29 14:36:34 +0000
commitfef18a3dfb388c79cb8aa60832ea4a01f68718ab (patch)
tree989a39736de98c99903236649b1d1b0358ccc6d9 /wp-inst/wp-includes/functions-formatting.php
parent4bfcc23eea03bb1e51fcac429c336265efb66b57 (diff)
WP Merge
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@450 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-inst/wp-includes/functions-formatting.php')
-rw-r--r--wp-inst/wp-includes/functions-formatting.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/wp-inst/wp-includes/functions-formatting.php b/wp-inst/wp-includes/functions-formatting.php
index 1352eeb..c179df2 100644
--- a/wp-inst/wp-includes/functions-formatting.php
+++ b/wp-inst/wp-includes/functions-formatting.php
@@ -392,9 +392,8 @@ function funky_javascript_fix($text) {
*/
function balanceTags($text, $is_comment = 0) {
- if (get_settings('use_balanceTags') == 0) {
+ if ( get_option('use_balanceTags') == 0)
return $text;
- }
$tagstack = array(); $stacksize = 0; $tagqueue = ''; $newtext = '';