Changeset 46435 for trunk/src/wp-includes/class-wp-post-type.php
- Timestamp:
- 10/08/2019 01:41:29 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-post-type.php
r46272 r46435 344 344 * @var WP_REST_Controller $rest_controller 345 345 */ 346 p rivate$rest_controller;346 public $rest_controller; 347 347 348 348 /** … … 723 723 } 724 724 725 if ( ! ( $this->rest_controller instanceof $class ) ) { 726 return null; 727 } 728 725 729 return $this->rest_controller; 726 730 }
Note: See TracChangeset
for help on using the changeset viewer.