Making WordPress.org

Ticket #2131: 2131.3.diff

File 2131.3.diff, 508 bytes (added by audrasjb, 7 years ago)

Good patch to grab in order to fix this issue

  • wordpress.tv/public_html/wp-content/themes/wptv2/anon-upload-template.php

    diff --git a/wordpress.tv/public_html/wp-content/themes/wptv2/anon-upload-template.php b/wordpress.tv/public_html/wp-content/themes/wptv2/anon-upload-template.php
    index 2eaff55..ee68def 100644
    a b function anon_upload_css() { 
    6161
    6262        .video-upload p {
    6363                margin: 16px 0;
    64                 overflow: auto;
     64                overflow: hidden;
    6565        }
    6666
    6767        .video-upload h3 {