Plugin Directory


Ignore:
Timestamp:
11/05/2009 09:53:02 PM (16 years ago)
Author:
Otto42
Message:

fix missing filter code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • php-code-widget/trunk/execphp.php

    r170791 r170793  
    4545            ob_end_clean();
    4646            ?>         
    47             <div class="execphpwidget"><?php if ($instance['filter ']) echo wpautop($text); else echo $text; ?></div>
     47            <div class="execphpwidget"><?php echo $instance['filter'] ? wpautop($text) : $text; ?></div>
    4848        <?php
    4949        echo $after_widget;
Note: See TracChangeset for help on using the changeset viewer.