Definition:
function media_upload_flash_bypass() {}
Source code
function media_upload_flash_bypass() {
echo '<p class="upload-flash-bypass">';
printf( __('You are using the Flash uploader. Problems? Try the <a href="%s">Browser uploader</a> instead.'), esc_url(add_query_arg('flash', 0)) );
echo '</p>';
}
2367

February 12, 2011 


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