﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
15505,Excerpt is being double-escaped,Viper007Bond,,"If you use HTML inside of the excerpt box in the admin area and then save the post, it will show up in the textarea being double-escaped. This is because `$post->post_excerpt` is already being escaped elsewhere (`sanitize_post()` or whatever, I don't have time at the moment to track it down).

The solution is to not use `esc_textarea()` in this particular case.",defect (bug),closed,normal,3.1,Administration,3.1,normal,fixed,has-patch,
