Changeset 48092 for trunk/src/wp-admin/themes.php
- Timestamp:
- 06/19/2020 04:49:58 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/themes.php
r48077 r48092 560 560 function wp_theme_auto_update_setting_template() { 561 561 $template = ' 562 < pclass="theme-autoupdate">562 <div class="theme-autoupdate"> 563 563 <# if ( data.autoupdate ) { #> 564 564 <a href="{{{ data.actions.autoupdate }}}" class="toggle-auto-update" data-slug="{{ data.id }}" data-wp-action="disable"> … … 580 580 <br />' . wp_get_auto_update_message() . '</span> 581 581 <# } #> 582 < span class="auto-updates-error hidden"><p></p></span>583 </ p>582 <div class="notice notice-error notice-alt inline hidden"><p></p></div> 583 </div> 584 584 '; 585 585
Note: See TracChangeset
for help on using the changeset viewer.