2474*2475* @since 6.2.12476*2477* @param string$sanitized The sanitized locale name.2478* @param string$locale_name The locale name before sanitization.2479*/2480returnapply_filters('sanitize_locale_name',$sanitized,$locale_name);2481}24822483/**2484* Converts lone & characters into `&`(a.k.a.`&`)2485*2486* @since 0.71
History
Introduced in 6.2.1. Unchanged from 6.7.7 through 7.1.0.