﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
18456,calling add_editor_style() twice results in the css being added multiple times,dd32,dd32,"In the event a Theme, and a Child theme, both call add_editor_style() the TinyMCE css list will double up:
{{{

content_css:""
http://localhost/branch/3.2/wp-content/themes/twentyeleven/editor-style.css,
http://localhost/branch/3.2/wp-content/themes/twentyeleven-child/editor-style.css,
http://localhost/branch/3.2/wp-content/themes/twentyeleven/editor-style.css,
http://localhost/branch/3.2/wp-content/themes/twentyeleven-child/editor-style.css""
}}}

(New lines added for readability)

Affects both trunk and 3.2, This does point out it's a ""doing it wrong"" to call the add_editor_style() in the child theme, but we should also array_unique() the $editor_styles array before searching for the files to enqueue IMO.",defect (bug),closed,normal,3.3,Editor,3.2,normal,fixed,has-patch,
