Ticket #16905: 16905.3.patch
| File 16905.3.patch, 541 bytes (added by hakre, 2 years ago) |
|---|
-
wp-includes/formatting.php
### Eclipse Workspace Patch 1.0 #P wordpress-trunk
803 803 $raw_title = $title; 804 804 805 805 if ( 'save' == $context ) 806 $title = remove_accents($title);806 $title = apply_filters( 'sanitize_title_remove_accents', remove_accents( $title ), $raw_title ); 807 807 808 808 $title = apply_filters('sanitize_title', $title, $raw_title, $context); 809 809
