Make WordPress Core

Changeset 39059


Ignore:
Timestamp:
10/31/2016 04:38:21 PM (8 years ago)
Author:
afercia
Message:

Administration: remove a leftover check from get_submit_button.

Props sstoqnov.
Fixes #34891.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/template.php

    r38951 r39059  
    19461946    $class = implode( ' ', array_unique( array_filter( $classes ) ) );
    19471947
    1948     if ( 'delete' === $type )
    1949         $class = 'button delete';
    1950 
    19511948    $text = $text ? $text : __( 'Save Changes' );
    19521949
Note: See TracChangeset for help on using the changeset viewer.