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

February 12, 2011 


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