I18N: Merge duplicate "Loading..." strings.
Props ramiy. Fixes #47248. Built from https://develop.svn.wordpress.org/trunk@45438 git-svn-id: http://core.svn.wordpress.org/trunk@45249 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
21a12ce6cd
commit
b97a2d4366
|
@ -994,7 +994,7 @@ function wp_dashboard_rss_output( $widget_id ) {
|
||||||
* @return bool False on failure. True on success.
|
* @return bool False on failure. True on success.
|
||||||
*/
|
*/
|
||||||
function wp_dashboard_cached_rss_widget( $widget_id, $callback, $check_urls = array() ) {
|
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();
|
$doing_ajax = wp_doing_ajax();
|
||||||
|
|
||||||
if ( empty( $check_urls ) ) {
|
if ( empty( $check_urls ) ) {
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.3-alpha-45437';
|
$wp_version = '5.3-alpha-45438';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue