Making WordPress.org


Ignore:
Timestamp:
04/15/2020 05:26:17 AM (6 years ago)
Author:
dd32
Message:

Theme Directory: Use better heading numbers for the Theme Directory.

Props afercia, poena, dufresnesteven, dd32.
Fixes #4113.
See #4110.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/upload.php

    r9345 r9725  
    4141    }
    4242
    43     $form = '<h4>' . __( 'Select your zipped theme file', 'wporg-themes' ) . '</h4>
     43    $form = '<h2>' . __( 'Select your zipped theme file', 'wporg-themes' ) . '</h2>
    4444        <form enctype="multipart/form-data" id="upload_form" method="POST" action="" onsubmit="jQuery(\'#upload_button\').attr(\'disabled\',\'disabled\'); return true;">
    4545            ' . wp_nonce_field( 'wporg-themes-upload', '_wpnonce', true, false ) . '
Note: See TracChangeset for help on using the changeset viewer.