2463*2464* @since 6.2.12465*2466* @param string$sanitized The sanitized locale name.2467* @param string$locale_name The locale name before sanitization.2468*/2469returnapply_filters('sanitize_locale_name',$sanitized,$locale_name);2470}24712472/**2473* Converts lone & characters into `&`(a.k.a.`&`)2474*2475* @since 0.71
History
Introduced in 6.2.1. Unchanged from 6.7.7 through 7.1.0.