Make WordPress Core

Ticket #18726: 18726.diff

File 18726.diff, 404 bytes (added by evansolomon, 14 years ago)
  • wp-includes/formatting.php

     
    18591859        if ( '' == $text ) {
    18601860                $text = get_the_content('');
    18611861
     1862                $text = wp_strip_all_tags( $text );
     1863
    18621864                $text = strip_shortcodes( $text );
    18631865
    18641866                $text = apply_filters('the_content', $text);