Ticket #18726: 18726.diff
File 18726.diff, 404 bytes (added by , 14 years ago) |
---|
-
wp-includes/formatting.php
1859 1859 if ( '' == $text ) { 1860 1860 $text = get_the_content(''); 1861 1861 1862 $text = wp_strip_all_tags( $text ); 1863 1862 1864 $text = strip_shortcodes( $text ); 1863 1865 1864 1866 $text = apply_filters('the_content', $text);