Ticket #35647: 35647.2.diff
File 35647.2.diff, 663 bytes (added by , 9 years ago) |
---|
-
src/wp-includes/rest-api/class-wp-rest-server.php
946 946 'name' => get_option( 'blogname' ), 947 947 'description' => get_option( 'blogdescription' ), 948 948 'url' => get_option( 'siteurl' ), 949 'home_url' => home_url(), 949 950 'namespaces' => array_keys( $this->namespaces ), 950 951 'authentication' => array(), 951 952 'routes' => $this->get_data_for_routes( $this->get_routes(), $request['context'] ),