wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren
media_upload_flash_bypass › WordPress Function
Seit2.6.0
Veraltetn/v
› media_upload_flash_bypass ( Keine Parameter )
| Definiert in: |
|
| Codex: |
Displays the multi-file uploader message.
Ähnliche Funktionen: media_upload_html_bypass, media_upload_tabs, media_upload_file, media_upload_library, the_media_upload_tabs
Quellcode
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
}