[wp-trac] [WordPress Trac] #7013: Multiple image insert via media manager
WordPress Trac
wp-trac at lists.automattic.com
Sun Feb 28 13:03:50 UTC 2010
#7013: Multiple image insert via media manager
--------------------------------------+-------------------------------------
Reporter: duncanmc | Owner: anonymous
Type: feature request | Status: reopened
Priority: normal | Milestone: 3.0
Component: Media | Version:
Severity: normal | Resolution:
Keywords: needs-patch, 2nd-opinion |
--------------------------------------+-------------------------------------
Changes (by ocean90):
* status: closed => reopened
* component: Administration => Media
* version: 2.5.1 =>
* milestone: => 3.0
* keywords: needs-patch => needs-patch, 2nd-opinion
* resolution: wontfix =>
Comment:
Maybe we could implement this in 3.0. I think we should give it a
try.[[BR]]
We can add a checkbox on the right, if its checked it will close the box.
On default its not checked.http://grab.by/2JHq[[BR]]
Maybe we can work with a filter, like #12381.[[BR]]
{{{
if ( apply_filters('enable_multiple_images', true) ) {
$checked = 'checked=""';
else
$checked = 'checked="checked"';
}}}
And then to media_upload_header():[[BR]]
{{{
<span class="alignright"><input type="checkbox" <?php $checked;?> />
<label>Auto close</label></span>
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/7013#comment:6>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list