Changeset 10366
- Timestamp:
- 10/12/2020 10:18:46 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/import-coding-standards.php
r10190 r10366 54 54 if ( $this->get_post_type() === get_post_type() ) { 55 55 $content = str_replace( 56 [ '&amp;', '& 042;', '&#042;', '&lt;', '&quest;', '&quot;' ],57 [ '&', '� 42;', '*', '<', '?', '"' ],56 [ '&amp;', '&#039;', '&042;', '&#042;', '&lt;', '&quest;', '&quot;' ], 57 [ '&', ''', '*', '*', '<', '?', '"' ], 58 58 $content 59 59 );
Note: See TracChangeset
for help on using the changeset viewer.