Changeset 48418 for trunk/src/wp-admin/themes.php
- Timestamp:
- 07/10/2020 06:16:06 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/themes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/themes.php
r48115 r48418 563 563 <div class="theme-autoupdate"> 564 564 <# if ( data.autoupdate ) { #> 565 <a href="{{{ data.actions.autoupdate }}}" class="toggle-auto-update" data-slug="{{ data.id }}" data-wp-action="disable"> 566 <span class="dashicons dashicons-update spin hidden" aria-hidden="true"></span> 567 <span class="label">' . __( 'Disable auto-updates' ) . '</span> 568 </a> 565 <button type="button" class="toggle-auto-update button-link" data-slug="{{ data.id }}" data-wp-action="disable"> 566 <span class="dashicons dashicons-update spin hidden" aria-hidden="true"></span><span class="label">' . __( 'Disable auto-updates' ) . '</span> 567 </button> 569 568 <# } else { #> 570 <a href="{{{ data.actions.autoupdate }}}" class="toggle-auto-update" data-slug="{{ data.id }}" data-wp-action="enable"> 571 <span class="dashicons dashicons-update spin hidden" aria-hidden="true"></span> 572 <span class="label">' . __( 'Enable auto-updates' ) . '</span> 569 <button type="button" class="toggle-auto-update button-link" data-slug="{{ data.id }}" data-wp-action="enable"> 570 <span class="dashicons dashicons-update spin hidden" aria-hidden="true"></span><span class="label">' . __( 'Enable auto-updates' ) . '</span> 573 571 </a> 574 572 <# } #>
Note: See TracChangeset
for help on using the changeset viewer.