Changeset 1710888
- Timestamp:
- 08/09/2017 11:18:18 AM (9 years ago)
- File:
-
- 1 edited
-
bbq/tags/1.0.8/public/class-bbq-public.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
bbq/tags/1.0.8/public/class-bbq-public.php
r1707653 r1710888 286 286 protected function countOnlyParagraphsContenLength($content) 287 287 { 288 preg_match_all('%(<p[^>]*>.*?</p>)%i ', $content, $matches);288 preg_match_all('%(<p[^>]*>.*?</p>)%isU', $content, $matches); 289 289 290 290 return strlen(implode('', $matches[1]));
Note: See TracChangeset
for help on using the changeset viewer.