Changeset 38672 for trunk/src/wp-admin/includes/plugin-install.php
- Timestamp:
- 09/28/2016 07:53:07 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/plugin-install.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/plugin-install.php
r38459 r38672 266 266 <input type="search" name="s" value="<?php echo esc_attr( $term ) ?>" class="wp-filter-search" placeholder="<?php esc_attr_e( 'Search Plugins' ); ?>" /> 267 267 </label> 268 <?php submit_button( __( 'Search Plugins' ), ' buttonhide-if-js', false, false, array( 'id' => 'search-submit' ) ); ?>268 <?php submit_button( __( 'Search Plugins' ), 'hide-if-js', false, false, array( 'id' => 'search-submit' ) ); ?> 269 269 </form><?php 270 270 } … … 282 282 <label class="screen-reader-text" for="pluginzip"><?php _e( 'Plugin zip file' ); ?></label> 283 283 <input type="file" id="pluginzip" name="pluginzip" /> 284 <?php submit_button( __( 'Install Now' ), ' button', 'install-plugin-submit', false ); ?>284 <?php submit_button( __( 'Install Now' ), '', 'install-plugin-submit', false ); ?> 285 285 </form> 286 286 </div>
Note: See TracChangeset
for help on using the changeset viewer.