Make WordPress Core

Changeset 45438


Ignore:
Timestamp:
05/26/2019 03:45:57 PM (6 years ago)
Author:
SergeyBiryukov
Message:

I18N: Merge duplicate "Loading..." strings.

Props ramiy.
Fixes #47248.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/dashboard.php

    r45424 r45438  
    995995 */
    996996function 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&hellip;' ) . '</p><div class="hide-if-js notice notice-error inline"><p>' . __( 'This widget requires JavaScript.' ) . '</p></div>';
    998998    $doing_ajax = wp_doing_ajax();
    999999
Note: See TracChangeset for help on using the changeset viewer.