Changeset 12567
- Timestamp:
- 05/02/2023 03:24:28 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-blocks.php
r12412 r12567 310 310 // Replace all img.emoji with the alt text. 311 311 $content = preg_replace( 312 '~<img[^>]+class="emoji"[^>]+alt="(.*?)"+[^>]+> ~i',312 '~<img[^>]+class="emoji"[^>]+alt="(.*?)"+[^>]+>(</img>)?~iu', 313 313 '$1', 314 314 $content
Note: See TracChangeset
for help on using the changeset viewer.