Changes between Version 1 and Version 2 of Ticket #48885, comment 7
- Timestamp:
- 12/11/2019 10:16:27 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #48885, comment 7
v1 v2 16 16 class WP_REST_Settings_v2_1_Controller extends WP_REST_Settings_Controller { 17 17 public function __construct() { 18 parent::__ onstruct();18 parent::__construct(); 19 19 $this->namespace = 'wp/v2.1'; 20 20 }