diff --git a/wp-includes/rest-api/class-wp-rest-server.php b/wp-includes/rest-api/class-wp-rest-server.php
index 4f5ae76..49efdac 100644
a
|
b
|
class WP_REST_Server { |
1016 | 1016 | 'description' => get_option( 'blogdescription' ), |
1017 | 1017 | 'url' => get_option( 'siteurl' ), |
1018 | 1018 | 'home' => home_url(), |
| 1019 | 'gmt_offset' => get_option( 'gmt_offset' ), |
1019 | 1020 | 'namespaces' => array_keys( $this->namespaces ), |
1020 | 1021 | 'authentication' => array(), |
1021 | 1022 | 'routes' => $this->get_data_for_routes( $this->get_routes(), $request['context'] ), |