Make WordPress Core

Ticket #60103: 60103.patch

File 60103.patch, 445 bytes (added by upadalavipul, 2 years ago)
  • media-upload.php

     
    7878        $tab = apply_filters( 'media_upload_default_tab', 'type' );
    7979}
    8080
    81 $body_id = 'media-upload';
    82 
    8381// Let the action code decide how to handle the request.
    8482if ( 'type' === $tab || 'type_url' === $tab || ! array_key_exists( $tab, media_upload_tabs() ) ) {
    8583        /**