diff --git a/src/wp-includes/rest-api/class-wp-rest-server.php b/src/wp-includes/rest-api/class-wp-rest-server.php
index ed94151228..ba213d3a21 100644
a
|
b
|
class WP_REST_Server { |
1216 | 1216 | 'description' => get_option( 'blogdescription' ), |
1217 | 1217 | 'url' => get_option( 'siteurl' ), |
1218 | 1218 | 'home' => home_url(), |
| 1219 | 'site_icon' => get_site_icon_url(), |
1219 | 1220 | 'gmt_offset' => get_option( 'gmt_offset' ), |
1220 | 1221 | 'timezone_string' => get_option( 'timezone_string' ), |
1221 | 1222 | 'namespaces' => array_keys( $this->namespaces ), |