Changeset 9877
- Timestamp:
- 05/15/2020 06:04:35 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/dotorg/trac/pr/functions.php
r9695 r9877 239 239 240 240 // Remove HTML comments 241 $desc = preg_replace( '#<!--.+?--># ', '', $desc );241 $desc = preg_replace( '#<!--.+?-->#s', '', $desc ); 242 242 243 243 // Remove the final line if it matches the specific boilerplate format.
Note: See TracChangeset
for help on using the changeset viewer.