Background Updates: Remove the 7am/7pm background update check. This check was made redundant by [28129] as background updates are now run after a version check takes place.

See #27772, #35323.


git-svn-id: https://develop.svn.wordpress.org/trunk@36180 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dion Hulse
2016-01-06 06:11:46 +00:00
parent cd6cc5c7db
commit ce4ef49b10
3 changed files with 19 additions and 16 deletions

View File

@@ -11,7 +11,7 @@ $wp_version = '4.5-alpha-35776-src';
*
* @global int $wp_db_version
*/
$wp_db_version = 35700;
$wp_db_version = 36180;
/**
* Holds the TinyMCE version