Changeset 5579
- Timestamp:
- 06/15/2017 11:02:59 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/formatting.php
r5578 r5579 226 226 if ( DevHub\is_parsed_post_type( $post_type ) && false !== strpos( $content, '<em>' ) ) { 227 227 $content = preg_replace_callback( 228 '/([^\s])<em>(.+)<\/em>/ ',228 '/([^\s])<em>(.+)<\/em>/U', 229 229 function ( $matches ) { 230 230 return $matches[1] . '_' . $matches[2] . '_';
Note: See TracChangeset
for help on using the changeset viewer.