- Timestamp:
- 08/17/2023 09:01:17 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-ms-themes-list-table.php
r55971 r56409 860 860 echo apply_filters( 'theme_auto_update_setting_html', $html, $stylesheet, $theme ); 861 861 862 echo '<div class="notice notice-error notice-alt inline hidden"><p></p></div>'; 862 wp_admin_notice( 863 '', 864 array( 865 'type' => 'error', 866 'additional_classes' => array( 'notice-alt', 'inline', 'hidden' ), 867 ) 868 ); 863 869 } 864 870
Note: See TracChangeset
for help on using the changeset viewer.