Make WordPress Core

Changeset 5518


Ignore:
Timestamp:
05/22/2007 09:32:07 PM (16 years ago)
Author:
ryan
Message:

Remove the_content filter from widget text. see #4259

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/widgets.php

    r5509 r5518  
    524524    $options = get_option('widget_text');
    525525    $title = $options[$number]['title'];
    526     $text = apply_filters( 'the_content', $options[$number]['text'] );
     526    $text = $options[$number]['text'];
    527527?>
    528528        <?php echo $before_widget; ?>
Note: See TracChangeset for help on using the changeset viewer.