Ticket #14552: eternal_nag_fix.diff
| File eternal_nag_fix.diff, 471 bytes (added by nkuttler, 3 years ago) |
|---|
-
wp-includes/
old new 34 34 } 35 35 36 36 $locale = apply_filters( 'core_version_check_locale', get_locale() ); 37 if ( is_multisite() ) 38 $locale = get_site_option( 'WP_LANG' ); 37 39 38 40 // Update last_checked for current to prevent multiple blocking requests if request hangs 39 41 $current->last_checked = time();
