mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
Pinking shears 6-20000
git-svn-id: https://develop.svn.wordpress.org/trunk@20000 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -163,7 +163,7 @@ function wp_update_plugins() {
|
||||
default :
|
||||
$timeout = 43200; // 12 hours
|
||||
}
|
||||
|
||||
|
||||
$time_not_changed = isset( $current->last_checked ) && $timeout > ( time() - $current->last_checked );
|
||||
|
||||
if ( $time_not_changed ) {
|
||||
@@ -275,7 +275,7 @@ function wp_update_themes() {
|
||||
default :
|
||||
$timeout = 43200; // 12 hours
|
||||
}
|
||||
|
||||
|
||||
$time_not_changed = isset( $last_update->last_checked ) && $timeout > ( time( ) - $last_update->last_checked );
|
||||
|
||||
if ( $time_not_changed ) {
|
||||
|
||||
Reference in New Issue
Block a user