Changeset 4729 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-upload.php
- Timestamp:
- 01/19/2017 06:52:50 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-upload.php
r3345 r4729 45 45 <?php wp_nonce_field( 'wporg-plugins-upload' ); ?> 46 46 <input type="hidden" name="action" value="upload"/> 47 < fieldset>47 <?php /* <fieldset> 48 48 <legend><?php _e( 'Select categories (up to 3)', 'wporg-plugins' ); ?></legend> 49 49 <ul class="category-checklist"> 50 50 <?php wp_terms_checklist( 0, array( 'taxonomy' => 'plugin_category' ) ); ?> 51 51 </ul> 52 </fieldset> 52 </fieldset> */ ?> 53 53 54 54 <input type="file" id="zip_file" class="plugin-file" name="zip_file" size="25" accept=".zip"/>
Note: See TracChangeset
for help on using the changeset viewer.