Changeset 9725 for sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/upload.php
- Timestamp:
- 04/15/2020 05:26:17 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/upload.php
r9345 r9725 41 41 } 42 42 43 $form = '<h 4>' . __( 'Select your zipped theme file', 'wporg-themes' ) . '</h4>43 $form = '<h2>' . __( 'Select your zipped theme file', 'wporg-themes' ) . '</h2> 44 44 <form enctype="multipart/form-data" id="upload_form" method="POST" action="" onsubmit="jQuery(\'#upload_button\').attr(\'disabled\',\'disabled\'); return true;"> 45 45 ' . wp_nonce_field( 'wporg-themes-upload', '_wpnonce', true, false ) . '
Note: See TracChangeset
for help on using the changeset viewer.