2470*2471* @since 6.2.12472*2473* @param string$sanitized The sanitized locale name.2474* @param string$locale_name The locale name before sanitization.2475*/2476returnapply_filters('sanitize_locale_name',$sanitized,$locale_name);2477}24782479/**2480* Converts lone & characters into `&`(a.k.a.`&`)2481*2482* @since 0.71
History
Introduced in 6.2.1. Unchanged from 6.7.7 through 7.1.0.