4713*4714* @since 2.0.64715*4716* @param string$safe_text The text after it has been escaped.4717* @param string$text The text prior to being escaped.4718*/4719returnapply_filters('attribute_escape',$safe_text,$text);4720}47214722/**4723* Escaping for textarea values.4724*4725* @since 3.1.0
History
Introduced in 2.0.6. Unchanged from 6.7.7 through 7.1.0.