- Timestamp:
- 08/15/2019 09:08:05 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php
r45705 r45811 1871 1871 */ 1872 1872 public function get_item_schema() { 1873 if ( $this->schema ) { 1874 return $this->add_additional_fields_schema( $this->schema ); 1875 } 1873 1876 1874 1877 $schema = array( … … 2230 2233 } 2231 2234 2232 return $this->add_additional_fields_schema( $schema ); 2235 $this->schema = $schema; 2236 return $this->add_additional_fields_schema( $this->schema ); 2233 2237 } 2234 2238
Note: See TracChangeset
for help on using the changeset viewer.