Changeset 35182 for trunk/src/wp-admin/network/sites.php
- Timestamp:
- 10/15/2015 03:07:48 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/sites.php
r34891 r35182 108 108 <?php wp_nonce_field( $site_action . '_' . $id, '_wpnonce', false ); ?> 109 109 <p><?php echo sprintf( $manage_actions[ $site_action ], $site_address ); ?></p> 110 <?php submit_button( __( 'Confirm' ), ' button' ); ?>110 <?php submit_button( __( 'Confirm' ), 'primary' ); ?> 111 111 </form> 112 112 </div>
Note: See TracChangeset
for help on using the changeset viewer.