wp-admin/includes/media.php:3071Displays the browser's built-in uploader message.
function media_upload_html_bypass() { ?> <p class="upload-html-bypass hide-if-no-js"> <?php printf( /* translators: %s: HTML attributes for button. */ __( 'You are using the browser’s built-in file uploader. The WordPress uploader includes multiple file selection and drag and drop capability. <button %s>Switch to the multi-file uploader</button>.' ), '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.