Changeset 36037 for branches/4.4/src/wp-includes/formatting.php
- Timestamp:
- 12/21/2015 02:45:43 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.4/src/wp-includes/formatting.php
r35815 r36037 234 234 } else { 235 235 // This is an HTML element delimiter. 236 237 // Replace each & with & unless it already looks like an entity. 238 $curl = preg_replace( '/&(?!#(?:\d+|x[a-f0-9]+);|[a-z1-4]{1,8};)/i', '&', $curl ); 239 236 240 _wptexturize_pushpop_element( $curl, $no_texturize_tags_stack, $no_texturize_tags ); 237 241 }
Note: See TracChangeset
for help on using the changeset viewer.