Media: Remove unused link-formatting function from media-editor.js. see #21390.

git-svn-id: http://core.svn.wordpress.org/trunk@22773 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Daryl Koopersmith 2012-11-21 16:50:58 +00:00
parent c95bd0198a
commit bc66935dc6
1 changed files with 1 additions and 16 deletions

View File

@ -49,22 +49,7 @@ function send_to_editor(h) {
// -----------------------------
(function($){
// Stores the editors' `wp.media.controller.Frame` instances.
var workflows = {},
linkToUrl;
linkToUrl = function( props, attachment ) {
var link = props.link || getUserSetting( 'urlbutton', 'post' ),
url;
if ( 'file' === link )
url = attachment.url;
else if ( 'post' === link )
url = attachment.link;
else if ( 'custom' === link )
url = props.linkUrl;
return url || '';
};
var workflows = {};
wp.media.string = {
// Joins the `props` and `attachment` objects,