media_upload_html_bypass

Definition:
function media_upload_html_bypass($flash = true) {}

Source code

function media_upload_html_bypass($flash = true) {

	echo '<p class="upload-html-bypass hide-if-no-js">';

	_e('You are using the Browser uploader.');

	if ( $flash ) {

		// the user manually selected the browser uploader, so let them switch back to Flash

		echo ' ';

		printf( __('Try the <a href="%s">Flash uploader</a> instead.'), esc_url(add_query_arg('flash', 1)) );

	}

	echo "</p>\n";

}

2379

No comments yet... Be the first to leave a reply!

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: