Changeset 18742
- Timestamp:
- 09/21/2011 08:39:21 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/formatting.php
r18738 r18742 1885 1885 $more = __( '…' ); 1886 1886 $original_text = $text; 1887 $text = strip_tags( $text );1887 $text = wp_strip_all_tags( $text ); 1888 1888 $words_array = preg_split( "/[\n\r\t ]+/", $text, $num_words + 1, PREG_SPLIT_NO_EMPTY ); 1889 1889 if ( count( $words_array ) > $num_words ) {
Note: See TracChangeset
for help on using the changeset viewer.