wp-admin/includes/media.php:3032Displays the multi-file uploader message.
function media_upload_flash_bypass() { ?> <p class="upload-flash-bypass"> <?php printf( /* translators: %s: HTML attributes for button. */ __( 'You are using the multi-file uploader. Problems? Try the <button %s>browser uploader</button> instead.' ), 'type="button" class="button-link"' ); ?> </p> <?php}Introduced in 2.6.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
src/wp-admin/includes/media.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.