Changeset 16061 for trunk/wp-admin/network/edit.php
- Timestamp:
- 10/28/2010 09:56:43 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/network/edit.php
r15905 r16061 348 348 <?php wp_nonce_field( $_GET['action2'], '_wpnonce', false ); ?> 349 349 <p><?php echo esc_html( stripslashes( $_GET['msg'] ) ); ?></p> 350 <?php submit_button( __('Confirm'), ' secondary' ); ?>350 <?php submit_button( __('Confirm'), 'button' ); ?> 351 351 </form> 352 352 </body>
Note: See TracChangeset
for help on using the changeset viewer.