﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
19696,"Allow to change the ""Insert into post"" button",pedrogas_g,,"

You can change in the wp-admin/includes/media.php line 1143

	
{{{
if ( $send )
		$send = get_submit_button( __( 'Insert into Post' ), 'button', ""send[$attachment_id]"", false );
}}}


to something like this 


	
{{{
if ( $send )
		$send = apply_filters('add_media_button',get_submit_button( __( 'Insert into Post' ), 'button', ""send[$attachment_id]"", false ),$send,$attachment_id,$attachment_url);
}}}


to allow use the upload in any kind of sitution thanks. ",enhancement,closed,normal,3.5,Upload,3.3,normal,fixed,,
