I18N: Merge duplicate "Loading..." strings.
Props ramiy. Fixes #47248. git-svn-id: https://develop.svn.wordpress.org/trunk@45438 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
8bda02eec6
commit
88f579b256
@ -994,7 +994,7 @@ function wp_dashboard_rss_output( $widget_id ) {
|
||||
* @return bool False on failure. True on success.
|
||||
*/
|
||||
function wp_dashboard_cached_rss_widget( $widget_id, $callback, $check_urls = array() ) {
|
||||
$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>';
|
||||
$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>';
|
||||
$doing_ajax = wp_doing_ajax();
|
||||
|
||||
if ( empty( $check_urls ) ) {
|
||||
|
Loading…
Reference in New Issue
Block a user