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