Changeset 17782
- Timestamp:
- 04/30/2011 05:24:06 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/dashboard.php
r17766 r17782 1017 1017 */ 1018 1018 function wp_dashboard_cached_rss_widget( $widget_id, $callback, $check_urls = array() ) { 1019 $loading = '<p class="widget-loading ">' . __( 'Loading…' ) . '</p>';1019 $loading = '<p class="widget-loading hide-if-no-js">' . __( 'Loading…' ) . '</p><p class="hide-if-js">' . __( 'This widget requires JavaScript.' ) . '</p>'; 1020 1020 1021 1021 if ( empty($check_urls) ) {
Note: See TracChangeset
for help on using the changeset viewer.