Changeset 2994 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/metabox/class-controls.php
- Timestamp:
- 04/21/2016 07:41:53 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/metabox/class-controls.php
r2980 r2994 56 56 <div id="plugin-status-select" class="plugin-control-select hide-if-js"> 57 57 <input type="hidden" name="hidden_post_status" id="hidden-post-status" value="<?php echo esc_attr( $post->post_status ); ?>"> 58 <label class="screen-reader-text" for="plugin-status"><?php _e( 'Plugin status', 'wporg-plugins' ); ?></label> 58 59 <select name="post_status" id="plugin-status"> 59 60 <?php … … 96 97 <div id="tested-with-select" class="plugin-control-select hide-if-js"> 97 98 <input type="hidden" name="hidden_tested_with" id="hidden-tested-with" value="<?php echo esc_attr( $tested_up_to ); ?>"> 99 <label class="screen-reader-text" for="tested-with"><?php _e( 'Version of WordPress it was tested with', 'wporg-plugins' ); ?></label> 98 100 <select name="tested_with" id="tested-with"> 99 101 <?php
Note: See TracChangeset
for help on using the changeset viewer.