﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
19658,action hooks for after_title and after_editor needed to utiliize wp_editor,stonefree,nacin,"I was pretty excited about the new wp_editor function, but the current hooks make it difficult to utilize. TinyMCE is problematic inside meta_boxes, but ""edit_form_advanced' and 'dbx_post_sidebar' are not ideal alternatives because they output content after meta boxes, including comments box. Ideally all form fields should be at the top. It looks awkward otherwise, especially for clients. I have attached a picture to demonstrate.

I am proposing the following additions to edit-form-advanced.php

{{{
do_action ( 'after_title' ); //line 316, after the title div
do_action ( 'after_editor ' ); //line 340 , after the editor div
}}}

The after_title would be helpful as a way to label what content to put in the standard editor for CPTs.  

",enhancement,closed,normal,3.5,Post Types,3.3,normal,fixed,punt has-patch,edmazur@… travis@… lol@… dromsey@… td@…
