Ticket #48816: 48816.2.patch
| File 48816.2.patch, 753 bytes (added by , 6 years ago) |
|---|
-
src/wp-includes/rest-api/class-wp-rest-server.php
1023 1023 public function get_index( $request ) { 1024 1024 // General site data. 1025 1025 $available = array( 1026 'name' => get_ option( 'blogname' ),1027 'description' => get_ option( 'blogdescription' ),1026 'name' => get_bloginfo( 'name', 'display' ), 1027 'description' => get_bloginfo( 'description', 'display' ), 1028 1028 'url' => get_option( 'siteurl' ), 1029 1029 'home' => home_url(), 1030 1030 'gmt_offset' => get_option( 'gmt_offset' ),