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. git-svn-id: https://develop.svn.wordpress.org/trunk@48428 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
d0b6778654
commit
99499966cf
@ -568,7 +568,7 @@ function wp_theme_auto_update_setting_template() {
|
||||
<# } else { #>
|
||||
<button type="button" class="toggle-auto-update button-link" data-slug="{{ data.id }}" data-wp-action="enable">
|
||||
<span class="dashicons dashicons-update spin hidden" aria-hidden="true"></span><span class="label">' . __( 'Enable auto-updates' ) . '</span>
|
||||
</a>
|
||||
</button>
|
||||
<# } #>
|
||||
<# if ( data.hasUpdate ) { #>
|
||||
<# if ( data.autoupdate ) { #>
|
||||
|
Loading…
Reference in New Issue
Block a user