- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php
r43087 r43571 67 67 68 68 register_rest_route( 69 $this->namespace, '/' . $this->parent_base . '/(?P<parent>[\d]+)/' . $this->rest_base, array( 69 $this->namespace, 70 '/' . $this->parent_base . '/(?P<parent>[\d]+)/' . $this->rest_base, 71 array( 70 72 'args' => array( 71 73 'parent' => array( … … 85 87 86 88 register_rest_route( 87 $this->namespace, '/' . $this->parent_base . '/(?P<parent>[\d]+)/' . $this->rest_base . '/(?P<id>[\d]+)', array( 89 $this->namespace, 90 '/' . $this->parent_base . '/(?P<parent>[\d]+)/' . $this->rest_base . '/(?P<id>[\d]+)', 91 array( 88 92 'args' => array( 89 93 'parent' => array(
Note: See TracChangeset
for help on using the changeset viewer.