Changeset 40556 for trunk/src/wp-admin/includes/dashboard.php
- Timestamp:
- 04/25/2017 04:41:26 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/dashboard.php
r40394 r40556 192 192 */ 193 193 function _wp_dashboard_control_callback( $dashboard, $meta_box ) { 194 echo '<form method="post" class="dashboard-widget-control-form ">';194 echo '<form method="post" class="dashboard-widget-control-form wp-clearfix">'; 195 195 wp_dashboard_trigger_widget_control( $meta_box['id'] ); 196 196 wp_nonce_field( 'edit-dashboard-widget_' . $meta_box['id'], 'dashboard-widget-nonce' ); … … 969 969 */ 970 970 function wp_dashboard_cached_rss_widget( $widget_id, $callback, $check_urls = array() ) { 971 $loading = '<p class="widget-loading hide-if-no-js">' . __( 'Loading…' ) . '</p>< p class="hide-if-js">' . __( 'This widget requires JavaScript.' ) . '</p>';971 $loading = '<p class="widget-loading hide-if-no-js">' . __( 'Loading…' ) . '</p><div class="hide-if-js notice notice-error inline"><p>' . __( 'This widget requires JavaScript.' ) . '</p></div>'; 972 972 $doing_ajax = wp_doing_ajax(); 973 973
Note: See TracChangeset
for help on using the changeset viewer.