Changeset 1066257
- Timestamp:
- 01/12/2015 06:06:19 PM (11 years ago)
- File:
-
- 1 edited
-
timespan/trunk/timespan.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
timespan/trunk/timespan.php
r1043669 r1066257 83 83 if (get_option('autots') == 1) { 84 84 if ( is_single() && is_main_query() ) { 85 $word_count = str_word_count( strip_tags( $content ) ); 85 $temp = $content; 86 $word_count = str_word_count( strip_tags( $temp ) ); 86 87 $words_per_minute = 250; 87 88 if (get_option('wpm') != '') {
Note: See TracChangeset
for help on using the changeset viewer.