Changes between Initial Version and Version 1 of Ticket #31011, comment 7
- Timestamp:
- 01/30/2015 11:22:08 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31011, comment 7
initial v1 21 21 22 22 So, [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 24 I'd suggest reverting [30696] for 4.1.1 and trying to come up with a better solution in 4.2. 23 25 24 26 As a workaround, this should short-circuit the requests and prevent them from being run on each admin page load: … … 63 65 add_filter( 'site_transient_update_themes', 'override_updated_themes_check_31011' ); 64 66 }}} 65 66 I'd suggest reverting [30696] for 4.1.1 and trying to come up with a better solution in 4.2.