Ticket #18398: 18398.diff
| File 18398.diff, 400 bytes (added by jkudish, 22 months ago) |
|---|
-
wp-includes/formatting.php
1840 1840 */ 1841 1841 function wp_trim_excerpt($text) { 1842 1842 $raw_excerpt = $text; 1843 if ( '' == $text ) {1843 if ( '' != $text ) { 1844 1844 $text = get_the_content(''); 1845 1845 1846 1846 $text = strip_shortcodes( $text );
