summaryrefslogtreecommitdiffstats
path: root/wp-includes/widgets.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-05-22 17:18:41 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-05-22 17:18:41 +0000
commitc157da89600094acea15631cd1d49cfd8443abe0 (patch)
tree9c311a24585552a87476b546c21d0b92d02d7c83 /wp-includes/widgets.php
parentee3ef1a427ddda7addbe88c11c02fed4be618e9e (diff)
downloadwordpress-mu-c157da89600094acea15631cd1d49cfd8443abe0.tar.gz
wordpress-mu-c157da89600094acea15631cd1d49cfd8443abe0.tar.xz
wordpress-mu-c157da89600094acea15631cd1d49cfd8443abe0.zip
No need to filter this
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@979 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-includes/widgets.php')
-rw-r--r--wp-includes/widgets.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-includes/widgets.php b/wp-includes/widgets.php
index 7eae8b0..f4e2681 100644
--- a/wp-includes/widgets.php
+++ b/wp-includes/widgets.php
@@ -523,7 +523,7 @@ function wp_widget_text($args, $number = 1) {
extract($args);
$options = get_option('widget_text');
$title = $options[$number]['title'];
- $text = apply_filters( 'the_content', $options[$number]['text'] );
+ $text = $options[$number]['text'];
?>
<?php echo $before_widget; ?>
<?php if ( !empty( $title ) ) { echo $before_title . $title . $after_title; } ?>