Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #48885, comment 7


Ignore:
Timestamp:
12/11/2019 10:16:27 PM (4 years ago)
Author:
pento
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #48885, comment 7

    v1 v2  
    1616class WP_REST_Settings_v2_1_Controller extends WP_REST_Settings_Controller {
    1717        public function __construct() {
    18                 parent::__onstruct();
     18                parent::__construct();
    1919                $this->namespace = 'wp/v2.1';
    2020        }