Changeset 45438
- Timestamp:
- 05/26/2019 03:45:57 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/dashboard.php
r45424 r45438 995 995 */ 996 996 function wp_dashboard_cached_rss_widget( $widget_id, $callback, $check_urls = array() ) { 997 $loading = '<p class="widget-loading hide-if-no-js">' . __( 'Loading& #8230;' ) . '</p><div class="hide-if-js notice notice-error inline"><p>' . __( 'This widget requires JavaScript.' ) . '</p></div>';997 $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>'; 998 998 $doing_ajax = wp_doing_ajax(); 999 999
Note: See TracChangeset
for help on using the changeset viewer.