Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #31011, comment 7


Ignore:
Timestamp:
01/30/2015 11:22:08 AM (10 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31011, comment 7

    initial v1  
    2121
    2222So, [30696] didn't introduce any new issues for sites that don't have any troubles connecting to WordPress.org, but it made the situation much worse for those that do have troubles.
     23
     24I'd suggest reverting [30696] for 4.1.1 and trying to come up with a better solution in 4.2.
    2325
    2426As a workaround, this should short-circuit the requests and prevent them from being run on each admin page load:
     
    6365add_filter( 'site_transient_update_themes', 'override_updated_themes_check_31011' );
    6466}}}
    65 
    66 I'd suggest reverting [30696] for 4.1.1 and trying to come up with a better solution in 4.2.