Make WordPress Core

Changeset 48428


Ignore:
Timestamp:
07/10/2020 10:01:57 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Themes: Correct closing tag for the "Enable auto-updates" button in the JS template for theme auto-update setting.

Follow-up to [48418].

See #50516.

File:
1 edited

Legend:

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

    r48418 r48428  
    569569                <button type="button" class="toggle-auto-update button-link" data-slug="{{ data.id }}" data-wp-action="enable">
    570570                    <span class="dashicons dashicons-update spin hidden" aria-hidden="true"></span><span class="label">' . __( 'Enable auto-updates' ) . '</span>
    571                 </a>
     571                </button>
    572572            <# } #>
    573573            <# if ( data.hasUpdate ) { #>
Note: See TracChangeset for help on using the changeset viewer.