| 3 | | // A simple set of functions to check our version 1.0 update service |
| 4 | | |
| | 9 | /** |
| | 10 | * wp_version_check() - Check WordPress version against the newest version. |
| | 11 | * |
| | 12 | * The WordPress version, PHP version, and Locale is sent. Checks against the WordPress server at |
| | 13 | * api.wordpress.org server. Will only check if PHP has fsockopen enabled and WordPress isn't installing. |
| | 14 | * |
| | 15 | * @package WordPress |
| | 16 | * @since 2.3 |
| | 17 | * @uses $wp_version Used to check against the newest WordPress version. |
| | 18 | * |
| | 19 | * @return mixed Returns null if update is unsupported. Returns false if check is too soon. |
| | 20 | */ |