Make WordPress Core

Changeset 45241


Ignore:
Timestamp:
04/18/2019 04:50:45 AM (6 years ago)
Author:
azaozz
Message:

Site Health info tab: fix replacing the size strings in the copied info.

Props xkon.
See #46707.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/js/_enqueues/admin/site-health.js

    r45239 r45241  
    291291
    292292            if ( typeof text !== 'undefined' ) {
    293                 clipdoardText = clipdoardText.replace( name + ': not calculated', name + ': ' + text );
     293                clipdoardText = clipdoardText.replace( name + ': loading...', name + ': ' + text );
    294294            }
    295295        } );
Note: See TracChangeset for help on using the changeset viewer.