#25831 closed defect (bug) (fixed)
Clicking "Check Again" within 1 minute of a previous check does nothing
| Reported by: | dd32 | Owned by: | dd32 |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.8 |
| Component: | Upgrade/Install | Version: | |
| Severity: | normal | Keywords: | has-patch 2nd-opinion |
| Cc: | Focuses: |
Description (last modified by )
On the Updates page, clicking "Check Again" within 1 minute of the last core update check doesn't actually do anything.. This is because the cache lasts for at least 1 minute.
This is particularly annoying for development users who change the version string as it leads to a frustrating minute.
One other potential way to approach this is that $wp_version should invalidate the existing transient somehow.
Attachments (1)
Change History (6)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
25831.diff tackles it from both angles
$wp_versioninvalidation.I'm not certain that the force-check should be added, although it does make the button do what it says.
The
$wp_versioninvalidation seems appropriate.