Changeset 33079 for trunk/src/wp-admin/plugins.php
- Timestamp:
- 07/04/2015 12:49:52 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/plugins.php
r33067 r33079 331 331 ?> 332 332 <?php wp_nonce_field('bulk-plugins') ?> 333 <?php submit_button( $data_to_delete ? __( 'Yes, Delete these files and data' ) : __( 'Yes, Delete these files' ), 'button', 'submit', false ); ?>333 <?php submit_button( $data_to_delete ? __( 'Yes, delete these files and data' ) : __( 'Yes, delete these files' ), 'button', 'submit', false ); ?> 334 334 </form> 335 335 <?php … … 337 337 ?> 338 338 <form method="post" action="<?php echo $referer ? esc_url( $referer ) : ''; ?>" style="display:inline;"> 339 <?php submit_button( __( 'No, Return me to the plugin list' ), 'button', 'submit', false ); ?>339 <?php submit_button( __( 'No, return me to the plugin list' ), 'button', 'submit', false ); ?> 340 340 </form> 341 341
Note: See TracChangeset
for help on using the changeset viewer.