- Timestamp:
- 10/10/2020 08:00:30 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php
r48782 r49120 1371 1371 * @since 4.9.0 Added the `$validate` parameter. 1372 1372 * 1373 * @param string $template Page template filename.1374 * @param int eger$post_id Post ID.1375 * @param bool $validate Whether to validate that the template selected is valid.1373 * @param string $template Page template filename. 1374 * @param int $post_id Post ID. 1375 * @param bool $validate Whether to validate that the template selected is valid. 1376 1376 */ 1377 1377 public function handle_template( $template, $post_id, $validate = false ) {
Note: See TracChangeset
for help on using the changeset viewer.