﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
22495	Localize media-popup.js?	bradyvercher	koopersmith	"Some plugins that enqueue media-upload.js in the dashboard are throwing a javascript error in the beta: ''ReferenceError: _wpMediaViewsL10n is not defined''.

This can be reproduced by implementing the following code and visiting any dashboard page that doesn't include the media upload functionality by default:

{{{
add_action( 'admin_enqueue_scripts', 'media_upload_js_test' );
function media_upload_js_test() {
	wp_enqueue_script( 'media-upload' );
}
}}}"	defect (bug)	closed	normal	3.5	Media	3.5	normal	fixed		koopersmith
