Changeset 5116
- Timestamp:
- 03/07/2017 09:02:37 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-profiles-wp-activity-notifier/wporg-profiles-wp-activity-notifier.php
r4812 r5116 389 389 390 390 // Remove blockquoted text since the text isn't original. 391 $text = preg_replace( '/<blockquote>.+ <\/blockquote>/s', '', $text );391 $text = preg_replace( '/<blockquote>.+?<\/blockquote>/s', '', $text ); 392 392 393 393 // Strip tags and surrounding whitespace.
Note: See TracChangeset
for help on using the changeset viewer.