2453*2454* @since 6.2.12455*2456* @param string$sanitized The sanitized locale name.2457* @param string$locale_name The locale name before sanitization.2458*/2459returnapply_filters('sanitize_locale_name',$sanitized,$locale_name);2460}24612462/**2463* Converts lone & characters into `&`(a.k.a.`&`)2464*2465* @since 0.71
History
Introduced in 6.2.1. Unchanged from 6.7.7 through 7.1.0.