wpseek.com
				A WordPress-centric search engine for devs and theme authors
			media_upload_html_bypass › WordPress Function
Since2.6.0
Deprecatedn/a
› media_upload_html_bypass ( No parameters )
| Defined at: | 
 | 
| Codex: | 
Displays the browser's built-in uploader message.
Related Functions: media_upload_flash_bypass, media_upload_tabs, media_upload_library, media_upload_image, the_media_upload_tabs
	Source
function media_upload_html_bypass() {
	?>
	<p class="upload-html-bypass hide-if-no-js">
		<?php _e( 'You are using the browser’s built-in file uploader. The WordPress uploader includes multiple file selection and drag and drop capability. <a href="#">Switch to the multi-file uploader</a>.' ); ?>
	</p>
	<?php
}