[wp-trac] [WordPress Trac] #19419: wp-admin/media.php: allow to add a default src
WordPress Trac
wp-trac at lists.automattic.com
Fri Dec 2 21:15:34 UTC 2011
#19419: wp-admin/media.php: allow to add a default src
--------------------------------+-----------------------------
Reporter: mostyk | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: External Libraries | Version: 3.2.1
Severity: normal | Keywords: needs-testing
--------------------------------+-----------------------------
something like
in file wp-admin/media.php :
function type_url_form_image($image_url) {
.
.
.
<input id="src" name="src" value="'.$image_url.'" type="text"
.
.
.
}
might be helpful because the function can be reused for plugins
--
Ticket URL: <http://core.trac.wordpress.org/ticket/19419>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list