Changeset 15830 for trunk/wp-admin/network/edit.php
- Timestamp:
- 10/17/2010 06:24:34 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/network/edit.php
r15746 r15830 75 75 } 76 76 } 77 78 submit_button( __('Confirm Deletion'), 'delete' ); 77 79 ?> 78 <p class="submit"><input type="submit" class="button-secondary delete" value="<?php esc_attr_e( 'Confirm Deletion' ); ?>" /></p>79 80 </form> 80 81 <?php … … 503 504 <?php wp_nonce_field( $_GET['action2'], '_wpnonce', false ); ?> 504 505 <p><?php echo esc_html( stripslashes( $_GET['msg'] ) ); ?></p> 505 < p class="submit"><input class="button" type="submit" value="<?php _e( 'Confirm' ); ?>" /></p>506 <?php submit_button( __('Confirm'), 'secondary' ); ?> 506 507 </form> 507 508 </body>
Note: See TracChangeset
for help on using the changeset viewer.