Changeset 48593
- Timestamp:
- 07/24/2020 12:01:32 AM (3 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/formatting.php
r48590 r48593 2264 2264 '%e2%80%9e', 2265 2265 '%e2%80%9f', 2266 // Bullet. 2267 '%e2%80%a2', 2266 2268 // ©, ®, °, &hellip, and &trade. 2267 2269 '%c2%a9', -
trunk/tests/phpunit/tests/formatting/SanitizeTitleWithDashes.php
r46586 r48593 102 102 } 103 103 104 /** 105 * @ticket 49791 106 */ 107 function test_replaces_bullet() { 108 $this->assertEquals( 'fancy-title-amazing', sanitize_title_with_dashes( 'Fancy Title • Amazing', '', 'save' ) ); 109 } 110 104 111 function test_replaces_copy_reg_deg_trade() { 105 112 $this->assertEquals( 'just-a-slug', sanitize_title_with_dashes( 'Just © a Slug', '', 'save' ) );
Note: See TracChangeset
for help on using the changeset viewer.