Changeset 8466
- Timestamp:
- 03/15/2019 04:09:12 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/formatting.php
r8233 r8466 278 278 // In pretty much all cases, the docs mean literal '*' and never emphasis. 279 279 $text = str_replace( array( '<em>', '</em>' ), '*', $text ); 280 281 // Undo parser's Markdown conversion of '__' to `<strong>` and `</strong>`. 282 $text = str_replace( array( '<strong>', '</strong>' ), '__', $text ); 280 283 281 284 // Encode all htmlentities (but don't double-encode).
Note: See TracChangeset
for help on using the changeset viewer.