4706*4707* @since 2.0.64708*4709* @param string$safe_text The text after it has been escaped.4710* @param string$text The text prior to being escaped.4711*/4712returnapply_filters('attribute_escape',$safe_text,$text);4713}47144715/**4716* Escaping for textarea values.4717*4718* @since 3.1.0
History
Introduced in 2.0.6. Unchanged from 6.7.7 through 7.1.0.